Class AdvancedFilterType
Defines the constants that specify the possible Advanced filter type in SfDataGrid.
Inheritance
System.Object
AdvancedFilterType
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public sealed class AdvancedFilterType : Enum
Fields
DateFilter
Specifies the DateFilter can be loaded when the column contains date time value.
Declaration
public const AdvancedFilterType DateFilter
Field Value
Type |
---|
AdvancedFilterType |
NumberFilter
Specifies the NumberFilter can be loaded when the column contains numeric value.
Declaration
public const AdvancedFilterType NumberFilter
Field Value
Type |
---|
AdvancedFilterType |
TextFilter
Specifies the TextFilter can be loaded when the column contains string value.
Declaration
public const AdvancedFilterType TextFilter
Field Value
Type |
---|
AdvancedFilterType |