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

DashboardItemCollection Class

A collection that contains dashboard items.

Namespace: DevExpress.DashboardCommon

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

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