LayoutController.Ungroup(LayoutGroup) Method
In This Article
Ungroups the specified group, moving its children to the group’s parent.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public bool Ungroup(
LayoutGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
group | Layout |
A Layout |
#Returns
Type | Description |
---|---|
Boolean | true if the group has been ungouped; otherwise, false. |
See Also