Skip to main content

DashboardLayoutGroup.GetTabContainersRecursive() Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IEnumerable<DashboardLayoutTabContainer> GetTabContainersRecursive()

Returns

Type Description
IEnumerable<DashboardLayoutTabContainer>

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

See Also