DashboardLayoutGroup.FindRecursive(DashboardItem) Method
In This Article
Searches the layout tree recursively and returns the layout item for the specified dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DashboardLayoutItem FindRecursive(
DashboardItem dashboardItem
)
#Parameters
Name | Type | Description |
---|---|---|
dashboard |
Dashboard |
A Dashboard |
#Returns
Type | Description |
---|---|
Dashboard |
The Dashboard |
#Remarks
Call the method for the Dashboard.LayoutRoot to find the layout item that corresponds to the specified dashboard item.
See Also