Back to Devexpress

PivotSummaryFilterMode Enum

corelibraries-devexpress-dot-xtrapivotgrid-0b4b551c.md

latest2.1 KB
Original Source

PivotSummaryFilterMode Enum

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public enum PivotSummaryFilterMode
vb
Public Enum PivotSummaryFilterMode

Members

NameDescription
LastLevel

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

| | SpecificLevel |

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

|

The following properties accept/return PivotSummaryFilterMode values:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace