Skip to main content

LayoutGroup.MoveChildrenToParent() Method

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

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public bool MoveChildrenToParent()

Returns

Type Description
Boolean

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

See Also