GridColumnCollection Class
In This Article
A collection containing GridColumnBase descendants that are columns of the Grid dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return GridColumnCollection objects:
#Remarks
Use the GridDashboardItem.Columns to access the collection containing GridColumnBase descendants.
#Inheritance
See Also