FieldFilterPopupMode Enum
In This Article
Lists values that specify the field’s filter popup mode.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#Members
Name | Description |
---|---|
Default
|
A default filter popup type. |
Excel
|
An Excel-style filter popup. |
Classic
|
A Classic filter popup. |
#Related API Members
The following properties accept/return FieldFilterPopupMode values:
#Remarks
Values listed by this enumeration are used to set the PivotGridFieldOptionsEx.FieldFilterPopupMode property.
See Also