Skip to main content

DashboardItemGroup.Items Property

Gets dashboard items contained within the current DashboardItemGroup.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
public IEnumerable<DashboardItem> Items { get; }

Property Value

Type Description
IEnumerable<DashboardItem>

A collection of DashboardItem objects contained within the current group.

See Also