DashboardLayoutGroup.FindRecursive(TabContainerDashboardItem) Method
In This Article
Returns the layout tab container for the specified dashboard tab container item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardLayoutTabContainer FindRecursive(
TabContainerDashboardItem itemGroup
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Tab |
The Tab |
#Returns
Type | Description |
---|---|
Dashboard |
The Dashboard |
#Remarks
Call the method for the Dashboard.LayoutRoot to find the layout tab container for the specified dashboard tab container item.
See Also