Skip to main content

GridColumnCollection Class

A collection containing GridColumnBase descendants that are columns of the Grid dashboard item.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class GridColumnCollection :
    DataItemContainerCollection<GridColumnBase>

Remarks

Use the GridDashboardItem.Columns to access the collection containing GridColumnBase descendants.

See Also