GridCustomSummaryEventArgs.IsTotalSummary Property
Specifies whether the processed summary is a total summary.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool IsTotalSummary { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
Refer to the GridCustomSummaryEventArgs class description for more information and an example.
See Also