DashboardLayoutGroup.GetGroupsRecursive() Method
Returns the collection of layout groups from the current layout group’s subtree.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Returns
| Type | Description |
|---|---|
| IEnumerable<DashboardLayoutGroup> | An object implementing the IEnumerable interface that represents the collection of layout groups from the current layout group’s subtree. |
See Also