Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

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.

See Also