Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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