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.v14.2.dll

#Declaration

public bool MoveChildrenToParent()

#Returns

Type Description
Boolean

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

#Implements

DevExpress.Xpf.LayoutControl.ILayoutGroup.MoveChildrenToParent()
See Also