DashboardItemCollection Class
In This Article
A collection that contains dashboard items.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
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.
#Inheritance
See Also