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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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