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

DashboardItemGroup.Remove(DashboardItem) Method

Removes the specified dashboard item from the current DashboardItemGroup.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void Remove(
    DashboardItem item
)

Parameters

Name Type Description
item DashboardItem

A DashboardItem object that is the dashboard item.

See Also