DockPanel.DockTo(DockPanel, DockingStyle) Method
In This Article
Docks the current panel to the specified panel using the specified style.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void DockTo(
DockPanel panel,
DockingStyle dock
)
#Parameters
Name | Type | Description |
---|---|---|
panel | Dock |
|
dock | Docking |
The Docking |
#Remarks
Use the DockTo method to dock the current panel to another panel using the specified style. You cannot dock a panel that is hidden or auto-hidden.
Note
- If a panel is docked into a Document
Manager’s TabbedView ,Dock
methods do not affect this panel until you set its DockTo Panel. property toDocked As Tabbed Document false
.
See Also