[]
Gets or sets a value indicating whether allow to open drop down. This is a dependency property.
[Bindable(true)]
public bool AllowDropDownOpen { get; set; }
<Bindable(True)>
Public Property AllowDropDownOpen As Boolean
Type | Description |
---|---|
bool | true allows user to open drop down; otherwise, false. The default value is true. |
User can control whether to show the dropdown window or not through this property.