Skip to main content
A newer version of this page is available. .

SummaryFilterMode Enum

Lists options that specify the aggregation level for summary filtering.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public enum SummaryFilterMode

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