Skip to main content

Dashboard.CreateGroup() Method

Creates a dashboard item group belonging to the current dashboard.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardItemGroup CreateGroup()

Returns

Type Description
DashboardItemGroup

A DashboardItemGroup object representing a dashboard item group.

Remarks

The dashboard item group created using the CreateGroup method is added to the Dashboard.Groups collection automatically.

See Also