GridColumnTotalCollection.Add(GridColumnTotalType) Method
In This Article
Add a new total with the specified type to the GridColumnTotalCollection collection.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public GridColumnTotal Add(
GridColumnTotalType summaryType
)
#Parameters
Name | Type | Description |
---|---|---|
summary |
Grid |
A Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also