Enum FilterMode
Defines the constants that specify the options for filtering the column.
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public enum FilterMode
Fields
Name | Description |
---|---|
DisplayText | Filters the column based on the display text i.e. filter will be performed by applying the specified format to the cell value or DisplayMember of the column if that column cell type is ComboBox. |
Value | Filters the column based on the value. |