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

DashboardItemGroup.Add(DashboardItem) Method

Adds the specified dashboard item to the current DashboardItemGroup.

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public void Add(
    DashboardItem item
)

Parameters

Name Type Description
item DashboardItem

A DashboardItem object that is the dashboard item.

See Also