Skip to main content

GridCustomizeSummaryDisplayTextEventArgs.IsTotalSummary Property

Specifies whether the processed summary is a total summary.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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 GridCustomizeSummaryDisplayTextEventArgs class description for more information and an example.

See Also