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