[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateEraField.IsDropDownOpen

IsDropDownOpen Property

IsDropDownOpen

Gets or sets a bool value indicates whether the dropdown window is showing. This is a dependency property.

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

A bool value, true indicates the dropdown window is showing, otherwise, false. The default value is false.

Implements