[]
Gets or sets a bool value indicates whether the dropdown window is showing. This is a dependency property.
public bool IsDropDownOpen { get; set; }
Public Property IsDropDownOpen As Boolean
Type | Description |
---|---|
bool | A bool value, true indicates the dropdown window is showing, otherwise, false. The default value is false. |