Skip to main content

TabbedGroup.Ungroup() Method

Ungroups the tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Ungroup()

Remarks

The Ungroup method destroys the tabbed group, and its groups that are represented by tab pages are moved to the underlying group (parent group). End-users can do this via the Context Menu.

See Also