Back to Devexpress

DockControllerBase.MoveToDocumentGroup(LayoutPanel, Boolean) Method

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

latest2.3 KB
Original Source

DockControllerBase.MoveToDocumentGroup(LayoutPanel, Boolean) Method

Moves the specified LayoutPanel 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(
    LayoutPanel document,
    bool next
)
vb
Public Function MoveToDocumentGroup(
    document As LayoutPanel,
    next As Boolean
) As Boolean

Parameters

NameTypeDescription
documentLayoutPanel

A LayoutPanel object to be moved to another DocumentGroup.

| | next | Boolean |

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

|

Returns

TypeDescription
Boolean

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

|

Implements

MoveToDocumentGroup(LayoutPanel, Boolean)

See Also

CreateNewDocumentGroup

DockControllerBase Class

DockControllerBase Members

DevExpress.Xpf.Docking Namespace