Property IsDropDownOpen
| Improve this Doc View SourceIsDropDownOpen
Gets a value that indicates whether the drop down ContextMenu is visible. This is a dependency property.
Declaration
public bool IsDropDownOpen { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | true if the ContextMenu is visible; otherwise, false. |