DockControllerBase.AddDocumentPanel(DocumentGroup) Method
In This Article
Adds a new DocumentPanel to the specified DocumentGroup.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public DocumentPanel AddDocumentPanel(
DocumentGroup group
)
#Parameters
Name | Type | Description |
---|---|---|
group | Document |
A Document |
#Returns
Type | Description |
---|---|
Document |
The created Document |
#Remarks
This method creates a DocumentPanel and adds it to the Items (LayoutGroup.Items) collection of the specified DocumentGroup object.
#Implements
See Also