GridControl.TotalSummary Property
In This Article
Provides access to a collection of total summary items.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridTotalSummaryItemCollection TotalSummary { get; }
#Property Value
Type | Description |
---|---|
Grid |
A collection of total summary items. |
#Remarks
Total summaries are values of aggregate functions calculated over all data rows displayed within the grid. Total summaries are displayed within the Summary Panel or the Fixed Summary Panel.
Refer to the following help topic for more information: Total Summary.
See Also