DashboardLayoutGroup.FindRecursive(TabContainerDashboardItem) Method
Returns the layout tab container for the specified dashboard tab container item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
itemGroup | TabContainerDashboardItem | The TabContainerDashboardItem object that is the required dashboard tab container item. |
Returns
Type | Description |
---|---|
DashboardLayoutTabContainer | The DashboardLayoutTabContainer object that is a container used to arrange layout tab pages within a dashboard. Returns null (Nothing in Visual Basic) if the required layout item is not found. |
Remarks
Call the method for the Dashboard.LayoutRoot to find the layout tab container for the specified dashboard tab container item.
See Also