LayoutGroup.UngroupSelected() Method
Ungroups the selected child group.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
This method ungroups the selected child group within the current group. If two or more child groups are selected this method does nothing.
To select a specific item use its BaseLayoutItem.Selected property.
See Also