DashboardTabPage.Remove(DashboardItem) Method
Removes the specified dashboard item from a tab page.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DashboardItem | The dashboard item to remove. |
Remarks
If the specified dashboard item is found on the current tab page, the item’s ParentContainer property is set to null.
See Also