Back to Devexpress

DockPanel.DockTo Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-dot-dockto.md

latest2.1 KB
Original Source

DockPanel.DockTo Method

NameParametersDescription
DockTo(DockingStyle, Int32)dock, indexDocks the current panel to the form (user control) at the specified position using the specified style.
DockTo(DockingStyle)dockDocks the current panel to the form (or user control) using the specified style.
DockTo(DockManager, DockingStyle, Int32)dockManager, dock, indexObsolete. This method is not supported.
DockTo(DockManager, DockingStyle)dockManager, dockObsolete. This method is not supported.
DockTo(DockPanel, DockingStyle, Int32)panel, dock, indexDocks the current panel on the form (user control) to the specified panel at the specified position using the specified style.
DockTo(DockPanel, DockingStyle)panel, dockDocks the current panel to the specified panel using the specified style.
DockTo(DockPanel, Int32)panel, indexDocks the current panel to the specified panel in the specified position.
DockTo(DockPanel)panelDocks the current panel to the specified panel.