DashboardItemGroup.Items Property
In This Article
Gets dashboard items contained within the current DashboardItemGroup.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[Browsable(false)]
public IEnumerable<DashboardItem> Items { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Dashboard |
A collection of Dashboard |
See Also