GridColumnTotalCollection Class
In This Article
A collection of GridColumnTotal objects that are totals calculated based on Grid column values.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return GridColumnTotalCollection objects:
#Remarks
Use the GridColumnBase.Totals property to access a collection of GridColumnTotal objects for the specified column.
See Also