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

DashboardItemGroup() Constructor

Initializes a new instance of the DashboardItemGroup class.

Namespace: DevExpress.DashboardCommon

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

Declaration

public DashboardItemGroup()

Remarks

A newly created dashboard item group should belong to the dashboard. To add a group to the dashboard, use the Dashboard.Groups property or create a new group using the Dashboard.CreateGroup method.

See Also