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

NuGet Package: DevExpress.Wpf.LayoutControl

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.

See Also