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.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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