ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / AutoComplete Property

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