[]
Gets or sets the target element value. This is a dependency property.
[Bindable(true)]
public object TargetElementValue { get; set; }
<Bindable(True)>
Public Property TargetElementValue As Object
Type | Description |
---|---|
object | The target element value. |
The TargetElementValue property is for synchronizing the drop down target value. It is connected to the property of drop down target via data binding in template. It is bound to the GrapeCity.Windows.InputMan.GcDateTime.Value property in GrapeCity.Windows.InputMan.GcDateTime control template; and it is bound to GrapeCity.Windows.InputMan.GcNumber.Value property in GrapeCity.Windows.InputMan.GcNumber control template.