DockControllerBase.MoveToDocumentGroup(LayoutPanel, Boolean) Method
In This Article
Moves the specified LayoutPanel to the previous or next DocumentGroup.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public bool MoveToDocumentGroup(
LayoutPanel document,
bool next
)
#Parameters
Name | Type | Description |
---|---|---|
document | Layout |
A Layout |
next | Boolean | true to move the panel to the next Document |
#Returns
Type | Description |
---|---|
Boolean | true, if the Layout |
#Implements
See Also