FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / AutoComplete Property

In This Topic
    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