Skip to main content

DashboardLayoutGroup.GetItemsRecursive() Method

Returns the collection of layout items from the current layout group’s subtree.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IEnumerable<DashboardLayoutItem> GetItemsRecursive()

Returns

Type Description
IEnumerable<DashboardLayoutItem>

An object implementing the IEnumerable interface that represents the collection of layout items from the current layout group’s subtree.

See Also