Dashboard.CreateGroup() Method
In This Article
Creates a dashboard item group belonging to the current dashboard.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardItemGroup CreateGroup()
#Returns
Type | Description |
---|---|
Dashboard |
A Dashboard |
#Remarks
The dashboard item group created using the CreateGroup method is added to the Dashboard.Groups collection automatically.
See Also