True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid 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