Class FilterPopupMode
Defines the constants that specifies the filter mode of the control.
Inheritance
System.Object
FilterPopupMode
Namespace: Syncfusion.WinForms.GridCommon
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class FilterPopupMode : Enum
Fields
AdvancedFilter
Specifies whether the Advanced filter is enabled for the FilterControl.
Declaration
public const FilterPopupMode AdvancedFilter
Field Value
| Type |
|---|
| FilterPopupMode |
Both
Specifies both the advanced and the CheckBox filter is enabled for the FilterControl.
Declaration
public const FilterPopupMode Both
Field Value
| Type |
|---|
| FilterPopupMode |
CheckBoxFilter
Specify whether the check box filter is enabled for the FilterControl.
Declaration
public const FilterPopupMode CheckBoxFilter
Field Value
| Type |
|---|
| FilterPopupMode |