Skip to main content
A newer version of this page is available. .

DashboardItemGroup.Items Property

Gets dashboard items contained within the current DashboardItemGroup.

Namespace: DevExpress.DashboardCommon

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

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