[]
Gets or sets a value that indicates whether the DropDownWindow is visible. This is a dependency property.
[Bindable(true)]
public bool IsOpen { get; set; }
<Bindable(True)>
Public Property IsOpen As Boolean
Type | Description |
---|---|
bool |
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.