DockPanel() Constructor
Initializes a new instance of the DockPanel class.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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