DashboardItemGroup.Remove(DashboardItem) Method
Removes the specified dashboard item from the current DashboardItemGroup.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DashboardItem | A DashboardItem object that is the dashboard item. |
See Also