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

GridColumnTotalCollection Class

A collection of GridColumnTotal objects that are totals calculated based on Grid column values.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class GridColumnTotalCollection :
    NotifyingCollection<GridColumnTotal>

Remarks

Use the GridColumnBase.Totals property to access a collection of GridColumnTotal objects for the specified column.

See Also