DockControllerBase.CreateNewDocumentGroup(DocumentPanel, Orientation) Method
In This Article
Creates a new DocumentGroup and moves the specified DocumentPanel to it.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public bool CreateNewDocumentGroup(
DocumentPanel document,
Orientation orientation
)
#Parameters
Name | Type | Description |
---|---|---|
document | Document |
A Document |
orientation | Orientation | A Orientation value that specifies whether the created Document |
#Returns
Type | Description |
---|---|
Boolean | true, if a Document |
See Also