IDockController.AddDocumentGroup(DockType) Method
In This Article
Creates a DocumentGroup, and docks it to the DockLayoutManager container (root group).
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
DocumentGroup AddDocumentGroup(
DockType type
)
#Parameters
Name | Type | Description |
---|---|---|
type | Dock |
A Dock |
#Returns
Type | Description |
---|---|
Document |
The created Document |
#Remarks
If the type parameter is DockType.None or DockType.Fill, the AddDocumentGroup method creates a hidden DocumentGroup object. Dock the DocumentGroup to a DockLayoutManager container to display the DocumentGroup.
See Also