ComponentOne True DBGrid for WinForms
FilterMultiSelect Property

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1DataColumn Class : FilterMultiSelect Property
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

Reference

C1DataColumn Class
C1DataColumn Members