LayoutGroup.MoveChildToNewGroup(FrameworkElement) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
child | Framework |
The current group's element to be moved to the new group. |
#Returns
Type | Description |
---|---|
DevExpress. |
An ILayout |
#Implements
DevExpress.Xpf.LayoutControl.ILayoutGroup.MoveChildToNewGroup(FrameworkElement)
See Also