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

DashboardLayoutGroup.FindRecursive(DashboardItemGroup) Method

Searches the layout tree recursively and returns the layout group for the specified dashboard item group.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public DashboardLayoutGroup FindRecursive(
    DashboardItemGroup itemGroup
)

Parameters

Name Type Description
itemGroup DashboardItemGroup

A DashboardItemGroup object that is the required dashboard item group.

Returns

Type Description
DashboardLayoutGroup

The DashboardLayoutGroup object that is the layout group for the specified dashboard item group. 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 group that corresponds to the specified dashboard item group.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FindRecursive(DashboardItemGroup) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also