DockControllerBase.AddDocumentPanel(Point, Size) Method
In This Article
Adds an empty floating DocumentPanel.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#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.
See Also