Skip to main content

GridColumnTotalCollection Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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