[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AutoOpenDropDown

AutoOpenDropDown Property

AutoOpenDropDown

Gets or sets a bool value indicates the drop-down window auto shown when GcDateTime gets focus. This is a dependency property.

Declaration
[Bindable(true)]
public bool AutoOpenDropDown { get; set; }
<Bindable(True)>
Public Property AutoOpenDropDown As Boolean
Property Value
Type Description
bool

A bool value, true if the drop-down window auto shown when the control which is droppable gets focus, otherwise, false. The default value is false

Remarks

The drop-down window automatically shown when the AutoOpenDropDown is true and the AllowDropDownOpen is true too.