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

DashboardItemGroupCollection Class

A collection of DashboardItemGroup objects.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class DashboardItemGroupCollection :
    NamedItemCollection<DashboardItemGroup>

Remarks

The DashboardItemGroup object represents a group used to arrange dashboard items within a dashboard. The Dashboard class exposes the Dashboard.Groups property that provides access to a collection of dashboard item groups.

See Also