DockManager.AddPanel(Point) Method
In This Article
Creates a new dock panel and floats it at the specified point.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
float |
Point | A Point structure specifying the point at which the panel will be floated. |
#Returns
Type | Description |
---|---|
Dock |
The Dock |
#Remarks
To make an existing panel float at a specific position, the DockPanel.MakeFloat method can be used.
See Also