[]
Gets or sets a value indicating whether allow to open drop down window or not. 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 window; otherwise, false. The default is true. |
User can control whether to show the drop down window or not by using AllowDropDownOpen property.