DockControllerBase.MoveToDocumentGroup(DocumentPanel, Boolean) Method
In This Article
Moves the specified DocumentPanel 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(
DocumentPanel document,
bool next
)
#Parameters
Name | Type | Description |
---|---|---|
document | Document |
A Document |
next | Boolean | trueto move the panel to the next Document |
#Returns
Type | Description |
---|---|
Boolean | true, if the Document |
#Implements
See Also