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.v19.1.Core.dll

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