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
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Last
|
Summary filtering is applied to cells that belong to the lowest detail level (the one identified by the innermost column and row fields). |
Specific
|
Summary filtering is applied to cells that belong to a detail level specified by an end-user or in code via the Pivot |
#Related API Members
The following properties accept/return PivotSummaryFilterMode values:
#Remarks
Values listed by this enumeration are used to set the PivotSummaryFilter.Mode property.