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.v24.2.Core.dll

Declaration

public class GridColumnCollection :
    DataItemContainerCollection<GridColumnBase>

Remarks

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

See Also