Skip to main content

DockPanel() Constructor

Initializes a new instance of the DockPanel class.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockPanel()

Remarks

This constructor is used for design time purposes. So there is no need not call it directly.

To create a dock panel, use the DockManager.AddPanel and DockPanel.AddPanel methods.

See Also