Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DockManager.AddPanel Method

Name Parameters Description
AddPanel(DockingStyle, DockPanel) dock, panel Docks the specified panel to the DockManager container using the specified style.
AddPanel(DockingStyle) dock Creates a new dock panel and docks it to the form (user control) using the specified dock style.
AddPanel(Point) floatLocation Creates a new dock panel and floats it at the specified point.
AddPanel(Control, DockingStyle, String) content, dock, caption Creates a new panel and docks it to the required position.
AddPanel(Control, Point, String) content, floatLocation, caption Creates a new floating panel with the target content.