Class FilterMode
Defines the constants that specify which type of FilterMode is enabled for a column.
Inheritance
System.Object
FilterMode
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class FilterMode : Enum
Fields
AdvancedFilter
It specifies the advanced filter is enabled for the column.
Declaration
public const FilterMode AdvancedFilter
Field Value
Type |
---|
FilterMode |
Both
It specifies both checkbox and advanced filters are enabled for the column.
Declaration
public const FilterMode Both
Field Value
Type |
---|
FilterMode |
CheckboxFilter
It specifies the checkbox filter is enabled for the column.
Declaration
public const FilterMode CheckboxFilter
Field Value
Type |
---|
FilterMode |