AutoComplete Property (C1FlexGrid)
In This Topic
Gets or sets a value that determines whether the control should try to automatically complete entries as the user types, based on other entries in the same column (like Microsoft Excel does).
Syntax
'Declaration
Public Property AutoComplete As Boolean
public bool AutoComplete {get; set;}
See Also