DockControllerBase.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
public DocumentPanel AddDocumentPanel(
Point floatLocation,
Size floatSize
)
#Parameters
Name | Type | Description |
---|---|---|
float |
Point | A Point object specifying the position of the left top corner of the created Document |
float |
Size | A Size object specifying 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.
#Implements
See Also