Property IsDropDownOpen
| Improve this Doc View SourceIsDropDownOpen
Gets or sets a value that indicates whether the drop-down context menu is currently open. This is a dependency property.
Declaration
public bool IsDropDownOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the drop-down is open; otherwise, false. The default is false. |