DockManager.AddPanel(DockingStyle, DockPanel) Method
In This Article
Docks the specified panel to the DockManager container using the specified style.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void AddPanel(
DockingStyle dock,
DockPanel panel
)
#Parameters
Name | Type | Description |
---|---|---|
dock | Docking |
The Docking |
panel | Dock |
The Dock |
#Remarks
Use the AddPanel method to dock the DockPanel to the DockManager‘s’ container using the specified style. Note that with this method, you cannot dock a DockPanel that is hidden or auto-hidden.
Unlike other AddPanel method overloads, the current method overload does not create a new DockPanel object.
See Also