AutoComplete Property (C1DisplayColumn)
In This Topic
Gets or sets a value indicating whether the dropdown auto fills the edit portion with the matched entry.
Syntax
'Declaration
Public Property AutoComplete As System.Boolean
public System.bool AutoComplete {get; set;}
See Also