Back to Devexpress

DockControllerBase.MoveToDocumentGroup(DocumentPanel, Boolean) Method

wpf-devexpress-dot-xpf-dot-docking-dot-dockcontrollerbase-dot-movetodocumentgroup-x28-devexpress-dot-xpf-dot-docking-dot-documentpanel-system-dot-boolean-x29.md

latest2.3 KB
Original Source

DockControllerBase.MoveToDocumentGroup(DocumentPanel, Boolean) Method

Moves the specified DocumentPanel to the previous or next DocumentGroup.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool MoveToDocumentGroup(
    DocumentPanel document,
    bool next
)
vb
Public Function MoveToDocumentGroup(
    document As DocumentPanel,
    next As Boolean
) As Boolean

Parameters

NameTypeDescription
documentDocumentPanel

A DocumentPanel object to be moved to another DocumentGroup.

| | next | Boolean |

trueto move the panel to the next DocumentGroup; false to move the panel to the previous DocumentGroup.

|

Returns

TypeDescription
Boolean

true, if the DocumentPanel has been moved to another DocumentGroup; otherwise, false.

|

Implements

MoveToDocumentGroup(DocumentPanel, Boolean)

See Also

CreateNewDocumentGroup

DockControllerBase Class

DockControllerBase Members

DevExpress.Xpf.Docking Namespace