Class FilterMode
Defines the constants that specify the options for filtering the column.
Inheritance
System.Object
FilterMode
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public sealed class FilterMode : Enum
Fields
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.
Declaration
public const FilterMode DisplayText
Field Value
| Type |
|---|
| FilterMode |
Value
Filters the column based on the value.
Declaration
public const FilterMode Value
Field Value
| Type |
|---|
| FilterMode |