Skip to main content

LayoutGroup.UngroupSelected() Method

Ungroups the selected child group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void UngroupSelected()

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