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

In This Topic
    FilterDropdown Property (C1DataColumn)
    In This Topic
    Gets or sets a value indicating whether a drop-down list is displayed in the filter cell that lists all the values of the field.
    Syntax
    'Declaration
     
    Public Property FilterDropdown As System.Boolean
    public System.bool FilterDropdown {get; set;}
    See Also