Back to Devexpress

GridCustomSummaryEventArgs.SummaryStage Property

blazor-devexpress-dot-blazor-dot-gridcustomsummaryeventargs.md

latest1.8 KB
Original Source

GridCustomSummaryEventArgs.SummaryStage Property

Specifies a calculation stage.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public GridCustomSummaryStage SummaryStage { get; }

Property Value

TypeDescription
GridCustomSummaryStage

A GridCustomSummaryStage enumeration value.

|

Available values:

NameDescription
Start

The CustomSummary event fires once at this stage before grid rows are processed. At this stage, you can initialize a summary value.

| | Calculate |

The CustomSummary event fires for each data row in a grid or in a group. At this stage, you can calculate a summary value.

| | Finalize |

The CustomSummary event fires once at this stage after grid rows are processed. At this stage, you can finalize the summary calculation.

|

Remarks

The summary calculation consists of three stages:

  • Initialization

  • Calculation

  • Finalization

Refer to the DxGridSummaryItem and GridCustomSummaryEventArgs class descriptions for additional information and examples.

See Also

GridCustomSummaryEventArgs Class

GridCustomSummaryEventArgs Members

DevExpress.Blazor Namespace