[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.IsDropDownOpen

IsDropDownOpen Property

IsDropDownOpen

Gets or sets a value that indicates whether the drop-down for a GcDateTime is currently open. This is a dependency property.

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

true if the drop-down is open; otherwise, false. The default is false.

Remarks

If AllowDropDownOpen property is false, even set this property to true, user will find this property is still false.

Changing this property would fire DropDownOpened or DropDownClosed event.