SummaryFilterMode Enum
Lists options that specify the aggregation level for summary filtering.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
Members
Name | Description |
---|---|
LastLevel
|
Apply summary filtering to cells on the last level (a level identified by the last column and row fields). |
SpecificLevel
|
Apply summary filtering to cells on the level identified by the PivotGridField.SummaryFilterColumnField and PivotGridField.SummaryFilterRowField property values. |
Related API Members
The following properties accept/return SummaryFilterMode values:
See Also