DashboardItemGroup.Add(DashboardItem) Method
In This Article
Adds the specified dashboard item to the current DashboardItemGroup.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public void Add(
DashboardItem item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Dashboard |
A Dashboard |
See Also