[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.IsOpen

IsOpen Property

IsOpen

Gets or sets a value that indicates whether the DropDownWindow is visible. This is a dependency property.

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

true if this instance is open; otherwise, false.

Remarks

If a control uses a DropDownWindow as part of its default style, bind the IsOpen property of the DropDownWindow to a property of the control. For example, a GrapeCity.Windows.InputMan.GcDateTime can bind its GrapeCity.Windows.InputMan.GcDateTime.IsDropDownOpen property to the IsOpen property of the DropDownWindow. This simplifies the logic for controlling when the DropDownWindow is visible.