Skip to main content

DashboardItemCollection Class

A collection that contains dashboard items.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DashboardItemCollection :
    NamedItemCollection<DashboardItem>

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