AutoDropDown Property (C1DisplayColumn)
In This Topic
Gets or sets a value indicating whether the dropdown opens automatically when a key is typed.
Syntax
'Declaration
Public Property AutoDropDown As System.Boolean
public System.bool AutoDropDown {get; set;}
See Also