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

DashboardItemGroup.Contains(DashboardItem) Method

Returns whether the current DashboardItemGroup contains the specified dashboard item.

Namespace: DevExpress.DashboardCommon

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

Declaration

public bool Contains(
    DashboardItem item
)

Parameters

Name Type Description
item DashboardItem

A DashboardItem object that is the dashboard item.

Returns

Type Description
Boolean

true, if the current DashboardItemGroup contains the specified dashboard item; otherwise, false.

See Also