[]
Gets or sets a bool value indicates the drop-down window auto shown when GcDateTime gets focus. This is a dependency property.
[Bindable(true)]
public bool AutoOpenDropDown { get; set; }
<Bindable(True)>
Public Property AutoOpenDropDown As Boolean
Type | Description |
---|---|
bool | A bool value, true if the drop-down window auto shown when the control which is droppable gets focus, otherwise, false. The default value is false |
The drop-down window automatically shown when the AutoOpenDropDown is true and the AllowDropDownOpen is true too.