DashboardItemCollection Class
A collection that contains dashboard items.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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