Skip to main content
All docs
V25.1
  • SummaryFilterMode Enum

    Lists options that specify the aggregation level for summary filtering.

    Namespace: DevExpress.Xpf.PivotGrid

    Assembly: DevExpress.Xpf.PivotGrid.v25.1.dll

    NuGet Package: DevExpress.Wpf.PivotGrid

    Declaration

    public enum SummaryFilterMode

    Members

    Name Description
    LastLevel

    Apply summary filtering to cells on the last level (a level identified by the last column and row fields).

    SpecificLevel

    Apply summary filtering to cells on the level identified by the PivotGridField.SummaryFilterColumnField and PivotGridField.SummaryFilterRowField property values.

    Related API Members

    The following properties accept/return SummaryFilterMode values:

    See Also