Skip to main content

IDockController.CreateNewDocumentGroup(LayoutPanel, Orientation) Method

Creates a new DocumentGroup and moves the specified LayoutPanel to it.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

bool CreateNewDocumentGroup(
    LayoutPanel item,
    Orientation orientation
)

Parameters

Name Type Description
item LayoutPanel

A LayoutPanel to be added to the created group.

orientation Orientation

A Orientation value that specifies whether the created DocumentGroup is positioned on the right or bottom of the DocumentPanel’s previous group.

Returns

Type Description
Boolean

true, if a DocumentGroup has been created; otherwise, false.

See Also