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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
totalType | GridColumnTotalType | A GridColumnTotalType enumeration value specifying the total type. |
See Also