Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SummaryFilterMode Enum

Lists options that specify the aggregation level for summary filtering.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: 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