Skip to main content
A newer version of this page is available. .

DockLayoutManager Class

Represents a container for dock and layout items.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public class DockLayoutManager :
    psvControl,
    IWeakEventListener,
    IUIElement,
    ISupportBatchUpdate,
    ILogicalOwner,
    IInputElement

The following members return DockLayoutManager objects:

Remarks

See Dock Layout Manager, to learn about implementing the docking and/or layout functionalities in your window.

For an example of creating a layout of dock panels, see How to create a simple layout of dock panes.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DockLayoutManager class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.VisualElements.psvControl
DockLayoutManager
See Also