Skip to main content
A newer version of this page is available. .

LayoutGroup.MoveChildrenToNewGroup() Method

Moves the current group’s children to a newly created group, and then adds the new group as a child to the current group.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public ILayoutGroup MoveChildrenToNewGroup()

Returns

Type Description
DevExpress.Xpf.LayoutControl.ILayoutGroup

An ILayoutGroup object that represents the newly created group.

See Also