[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraField.AllowDropDownOpen

AllowDropDownOpen Property

AllowDropDownOpen

Gets or sets a bool value indicates whether the dropdown function is active. This is a dependency property.

Declaration
public bool AllowDropDownOpen { get; set; }
Public Property AllowDropDownOpen As Boolean
Property Value
Type Description
bool

A bool value, true indicates the dropdown function is active; otherwise, false. The default value is false.

Implements