dashboard-devexpress-dot-dashboardcommon-4f4adb64.md
A collection that contains dashboard items.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DashboardItemCollection :
NamedItemCollection<DashboardItem>
Public Class DashboardItemCollection
Inherits NamedItemCollection(Of DashboardItem)
The following members return DashboardItemCollection objects:
The DashboardItemCollection collection contains DashboardItem descendants, for instance, ChartDashboardItem, PivotDashboardItem, etc.
Use the Dashboard.Items property to access the collection of dashboard items.
Object Collection<DashboardItem> NotifyingCollection<DashboardItem> NamedItemCollection<DashboardItem> DashboardItemCollection
See Also
DashboardItemCollection Members