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

DashboardTabPage.Contains(DashboardItem) Method

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

Namespace: DevExpress.DashboardCommon

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

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