Skip to main content

DashboardItemCollection Class

A collection that contains dashboard items.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class DashboardItemCollection :
    NamedItemCollection<DashboardItem>

The following members return DashboardItemCollection objects:

#Remarks

The DashboardItemCollection collection contains DashboardItem descendants, for instance, ChartDashboardItem, PivotDashboardItem, etc.

Use the Dashboard.Items property to access the collection of dashboard items.

See Also