DashboardTabPage.Contains(DashboardItem) Method
Determines whether a specified dashboard item is on the tab page.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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