True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumn Class / AutoComplete Property

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