AutoComplete Property (C1FlexGrid)
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).
public bool AutoComplete {get; set;}
'Declaration
Public Property AutoComplete As Boolean