[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.DropDownValue

DropDownValue Property

DropDownValue

Gets or sets the value of the drop down child control. This is a dependency property.

Declaration
[Bindable(true)]
public object DropDownValue { get; set; }
<Bindable(True)>
Public Property DropDownValue As Object
Property Value
Type Description
object

The value of the drop down child control.

Remarks

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.