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