Enum FilteredFrom
Defines the constants that specify whether the column is filtered from CheckBox or Advanced filter.
Namespace: Syncfusion.WinForms.GridCommon
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum FilteredFrom
Fields
| Name | Description |
|---|---|
| AdvancedFilter | Specifies the column is being filtered from Advanced filter. |
| CheckboxFilter | Specifies the column is being filtered from CheckBox filter. |
| FilterRow | Specifies the column is being filtered from FilterRow filter. |
| None | Specifies the column is being filtered from neither CheckBox nor Advanced filter control. |