Skip to main content

DashboardTabPage.Contains(DashboardItem) Method

Determines whether a specified dashboard item is on the tab page.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public bool Contains(
    DashboardItem item
)

Parameters

Name Type Description
item DashboardItem

The dashboard item to locate on a page.

Returns

Type Description
Boolean

True, if the specified dashboard item is on the page; otherwise, false.

See Also