GridColumnTotalCollection.Add(GridColumnTotalType) Method
Add a new total with the specified type to the GridColumnTotalCollection collection.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
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