[]
Gets or sets a value indicating whether drop down opened automatically when control is activated.
[Bindable(true)]
public bool AutoOpenDropDown { get; set; }
<Bindable(True)>
Public Property AutoOpenDropDown As Boolean
Type | Description |
---|---|
bool | true the control will open drop down automatically when control is activated; otherwise, false. |