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

GridColumnTotal(GridColumnTotalType) Constructor

Initializes a new instance of the GridColumnTotal class with specified type of summary function used to calculate a column total.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public GridColumnTotal(
    GridColumnTotalType totalType
)

Parameters

Name Type Description
totalType GridColumnTotalType

A GridColumnTotalType enumeration value specifying the total type.

See Also