Skip to main content

DashboardLayoutGroup.FindRecursive(DashboardItem) Method

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
dashboardItem DashboardItem

A DashboardItem descendant that is the required dashboard item.

#Returns

Type Description
DashboardLayoutItem

The DashboardLayoutItem object representing a layout item that displays the required dashboard item. 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 item that corresponds to the specified dashboard item.

See Also