Skip to main content

LayoutGroup.MoveChildToNewGroup(FrameworkElement) Method

Creates a new child group and moves the specified child to this group.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public ILayoutGroup MoveChildToNewGroup(
    FrameworkElement child
)

#Parameters

Name Type Description
child FrameworkElement

The current group's element to be moved to the new group.

#Returns

Type Description
DevExpress.Xpf.LayoutControl.ILayoutGroup

An ILayoutGroup object that represents the newly created group.

#Implements

DevExpress.Xpf.LayoutControl.ILayoutGroup.MoveChildToNewGroup(FrameworkElement)
See Also