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

In This Topic
    AutoDropDown Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether the dropdown opens automatically when a key is typed.
    Syntax
    'Declaration
     
    Public Property AutoDropDown As System.Boolean
    public System.bool AutoDropDown {get; set;}
    See Also