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.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
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. |
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