Back to Devexpress

DashboardItemCollection Class

dashboard-devexpress-dot-dashboardcommon-4f4adb64.md

latest2.3 KB
Original Source

DashboardItemCollection Class

A collection that contains dashboard items.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DashboardItemCollection :
    NamedItemCollection<DashboardItem>
vb
Public Class DashboardItemCollection
    Inherits NamedItemCollection(Of DashboardItem)

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

Object Collection<DashboardItem> NotifyingCollection<DashboardItem> NamedItemCollection<DashboardItem> DashboardItemCollection

See Also

DashboardItemCollection Members

Add Dashboard Items in WinForms Designer

DevExpress.DashboardCommon Namespace