Skip to main content
A newer version of this page is available. .

DashboardTabPage.Remove(DashboardItem) Method

Removes the specified dashboard item from a tab page.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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