Back to Devexpress

DockManager.AddPanel Method

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-addpanel.md

latest1.4 KB
Original Source

DockManager.AddPanel Method

NameParametersDescription
AddPanel(DockingStyle, DockPanel)dock, panelDocks the specified panel to the DockManager container using the specified style.
AddPanel(DockingStyle)dockCreates a new dock panel and docks it to the form (user control) using the specified dock style.
AddPanel(Point)floatLocationCreates a new dock panel and floats it at the specified point.
AddPanel(Control, DockingStyle, String)content, dock, captionCreates a new panel and docks it to the required position.
AddPanel(Control, Point, String)content, floatLocation, captionCreates a new floating panel with the target content.