Back to Devexpress

GridCustomSummaryEventArgs.TotalValueReady Property

blazor-devexpress-dot-blazor-dot-gridcustomsummaryeventargs-1e05dd19.md

latest1.4 KB
Original Source

GridCustomSummaryEventArgs.TotalValueReady Property

Specifies whether to skip the Calculate stage of the custom summary calculation.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool TotalValueReady { get; set; }

Property Value

TypeDescription
Boolean

true to skip the calculation stage; otherwise, false.

|

Remarks

The summary calculation consists of three stages:

  • Initialization

  • Calculation

  • Finalization

The TotalValueReady property allows you to interrupt the calculation during the Start stage. Note that you cannot interrupt the process in the other stages.

Refer to the GridCustomSummaryEventArgs class description for additional information and an example.

See Also

GridCustomSummaryEventArgs Class

GridCustomSummaryEventArgs Members

DevExpress.Blazor Namespace