Skip to main content

DashboardTabPage.Remove(DashboardItem) Method

Removes the specified dashboard item from a tab page.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void Remove(
    DashboardItem item
)

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