Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    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