Skip to main content

DashboardItemGroup.Remove(DashboardItem) Method

Removes the specified dashboard item from the current DashboardItemGroup.

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

A DashboardItem object that is the dashboard item.

See Also