[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.AllowDropDownOpen

AllowDropDownOpen Property

AllowDropDownOpen

Gets or sets a value indicating whether allow to open drop down. This is a dependency property.

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

true allows user to open drop down; otherwise, false. The default value is true.

Remarks

User can control whether to show the dropdown window or not through this property.