IDockController.AddDocumentPanel(Point, Size) Method
In This Article
Adds an empty floating DocumentPanel.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
DocumentPanel AddDocumentPanel(
Point floatLocation,
Size floatSize
)
#Parameters
Name | Type | Description |
---|---|---|
float |
Point | The top left corner position of the created Document |
float |
Size | The height and width of the created Document |
#Returns
Type | Description |
---|---|
Document |
The created Document |
#Remarks
This method creates an empty floating DocumentPanel, not included in any existing DocumentGroups. See the method overload list to learn about other ways to add panels.
See Also