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

PivotSummaryFilterMode Enum

Lists values that specify whether summary filtering should be applied to the last aggregation level or to the specified one.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v17.2.Core.dll

Declaration

public enum PivotSummaryFilterMode

Members

Name Description
LastLevel

Summary filtering is applied to cells that belong to the lowest aggregation level (the one identified by the innermost column and row fields).

SpecificLevel

Summary filtering is applied to cells that belong to an aggregation level specified by an end-user or in code via the PivotSummaryFilter.ColumnField and PivotSummaryFilter.RowField properties.

Related API Members

The following properties accept/return PivotSummaryFilterMode values:

Remarks

Values listed by this enumeration are used to set the PivotSummaryFilter.Mode property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotSummaryFilterMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also