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.v19.1.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.

See Also