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

GridColumnCollection Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class GridColumnCollection :
    DataItemContainerCollection<GridColumnBase>

Remarks

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

See Also