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

LayoutGroup.MoveChildrenToParent() Method

Moves the group’s child items to the parent group.

Namespace: DevExpress.Xpf.LayoutControl

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

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

Declaration

public bool MoveChildrenToParent()

Returns

Type Description
Boolean

A Boolean value that specifies that the child items were successfully moved.

See Also