[]
Gets or sets a bool value which indicates whether auto drop down when focus come to this field. This is a dependency property.
public bool AutoOpenDropDown { get; set; }
Public Property AutoOpenDropDown As Boolean
Type | Description |
---|---|
bool | A bool value, true if the auto drop down when focus come to this field, otherwise,false. The default value is false. |
When AllowDropDownOpen and AutoOpenDropDown are both true, drop down will open when DateEraField is activated. If AllowDropDownOpen is false, even if AutoOpenDropDown were true the drop down would not be opened.