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

In This Topic
    FilterMultiSelect Property (C1DataColumn)
    In This Topic
    Gets or sets a value indicating whether multiple values can be selected in the filter drop-down list.
    Syntax
    'Declaration
     
    Public Property FilterMultiSelect As System.Boolean
    public System.bool FilterMultiSelect {get; set;}
    Remarks
    If FilterMultiSelect is true then the user is able to enter several values using comma separator.
    See Also