Class AdvancedFilterType
Defines the constants that specify which AdvancedFilterType is loaded in the AdvancedFilterControl.
Inheritance
System.Object
AdvancedFilterType
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class AdvancedFilterType : Enum
Fields
DateFilter
It specifies the DateFilter will be loaded to the column when the column contains the date time value.
Declaration
public const AdvancedFilterType DateFilter
Field Value
Type | Description |
---|---|
AdvancedFilterType |
NumberFilter
It specifies the NumberFilter will be loaded to the column when the column contains the numeric values.
Declaration
public const AdvancedFilterType NumberFilter
Field Value
Type | Description |
---|---|
AdvancedFilterType |
TextFilter
It specifies the TextFilter will be loaded to the column when the column contains the string values.
Declaration
public const AdvancedFilterType TextFilter
Field Value
Type | Description |
---|---|
AdvancedFilterType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |