PivotGroupFilterMode Enum
In This Article
Lists values that specify the filtering mode used for grouped fields.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
List
|
|
Tree
|
#Related API Members
The following properties accept/return PivotGroupFilterMode values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Pivot |
Pivot |
|
ASP. |
Pivot |
#Remarks
Values listed by this enumeration are used to set the PivotGridOptionsFilterBase.GroupFilterMode and PivotGridFieldOptions.GroupFilterMode properties.
See Also