Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SummaryRunning Enum

    Lists the values that specify the running scope of a summary function.

    Namespace: DevExpress.Snap.Core.Fields

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public enum SummaryRunning

    Members

    Name Description
    None

    The running scope of the summary function is not specified.

    Group

    The summary function is calculated across the specified group.

    Report

    The summary function is calculated across the entire report.

    Related API Members

    The following properties accept/return SummaryRunning values:

    See Also