Class FilterMode
Defines the constants that specify the possible type of filter mode enabled in a column of SfDataGrid.
Inheritance
System.Object
FilterMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class FilterMode : Enum
Fields
AdvancedFilter
Specifies the advanced filter is enabled.
Declaration
public const FilterMode AdvancedFilter
Field Value
Type |
---|
FilterMode |
Both
Specifies both checkbox and advanced filter is enabled.
Declaration
public const FilterMode Both
Field Value
Type |
---|
FilterMode |
CheckboxFilter
Specifies the checkbox filter is enabled.
Declaration
public const FilterMode CheckboxFilter
Field Value
Type |
---|
FilterMode |