Skip to main content
A newer version of this page is available. .

GridCustomSummaryEventArgs.IsTotalSummary Property

Specifies whether the processed summary is a total summary.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool IsTotalSummary { get; }

Property Value

Type Description
Boolean

true if the processed summary is a total summary; otherwise, false.

Remarks

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

See Also