[]
Gets or sets a bool value indicates the drop-down window auto shown when GcComboBox gets focus. This is a dependency property.
public bool AutoOpenDropDown { get; set; }
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.