Enum AdvancedFilterType
Defines the constants that specify the possible Advanced filter type in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum AdvancedFilterType
Fields
| Name | Description |
|---|---|
| DateFilter | Specifies the DateFilter can be loaded when the column contains date time value. |
| NumberFilter | Specifies the NumberFilter can be loaded when the column contains numeric value. |
| TextFilter | Specifies the TextFilter can be loaded when the column contains string value. |