DashboardItemGroup.Contains(DashboardItem) Method
Returns whether the current DashboardItemGroup contains the specified dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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