Dashboard.CreateGroup() Method
Creates a dashboard item group belonging to the current dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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