Enum AdvancedFilterType
Defines the constants that specifies the type of the Advanced filter.
Namespace: Syncfusion.WinForms.GridCommon
Assembly: Syncfusion.SfDataGrid.WinForms.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. |