Back to Devexpress

GridColumnCollection Class

dashboard-devexpress-dot-dashboardcommon-31e1f3af.md

latest2.1 KB
Original Source

GridColumnCollection Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class GridColumnCollection :
    DataItemContainerCollection<GridColumnBase>
vb
Public Class GridColumnCollection
    Inherits DataItemContainerCollection(Of GridColumnBase)

The following members return GridColumnCollection objects:

Remarks

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

Inheritance

Object Collection<GridColumnBase> NotifyingCollection<GridColumnBase> DataItemContainerCollection<GridColumnBase> GridColumnCollection

See Also

GridColumnCollection Members

Columns

DevExpress.DashboardCommon Namespace