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

DockLayoutManager.FloatingMode Property

Gets or sets how floating panels can be dragged, within or outside the boundaries of the current window. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

Declaration

public FloatingMode FloatingMode { get; set; }

Property Value

Type Description
FloatingMode

A FloatingMode value that specifies how floating panels can be dragged.

Available values:

Name Description
Window

Floating panels are allowed to be dragged only within the current window.

Desktop

Floating panels are allowed to be dragged throughout the desktop.

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

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.

See Also