Skip to main content
A newer version of this page is available. .

DockManager.AddPanel(Point) Method

Creates a new dock panel and floats it at the specified point.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DockPanel AddPanel(
    Point floatLocation
)

Parameters

Name Type Description
floatLocation Point

A Point structure specifying the point at which the panel will be floated.

Returns

Type Description
DockPanel

The DockPanel object created by this method.

Remarks

To make an existing panel float at a specific position, the DockPanel.MakeFloat method can be used.

See Also