GridColumnTotalCollection.Add(GridColumnTotalType) Method
Add a new total with the specified type to the GridColumnTotalCollection collection.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| summaryType | GridColumnTotalType | A GridColumnTotalType object that is a total type. |
Returns
| Type | Description |
|---|---|
| GridColumnTotal | A GridColumnTotal object that is a column total. |
See Also