Back to Devexpress

GridColumnTotalCollection Class

dashboard-devexpress-dot-dashboardcommon-68d4516d.md

latest1.9 KB
Original Source

GridColumnTotalCollection Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class GridColumnTotalCollection :
    NotifyingCollection<GridColumnTotal>
vb
Public Class GridColumnTotalCollection
    Inherits NotifyingCollection(Of GridColumnTotal)

The following members return GridColumnTotalCollection objects:

Remarks

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

Inheritance

Object Collection<GridColumnTotal> NotifyingCollection<GridColumnTotal> GridColumnTotalCollection

See Also

GridColumnTotalCollection Members

DevExpress.DashboardCommon Namespace