Skip to main content
A newer version of this page is available. .

GridColumnTotalCollection.Add(GridColumnTotalType) Method

Add a new total with the specified type to the GridColumnTotalCollection collection.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public GridColumnTotal Add(
    GridColumnTotalType summaryType
)

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