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

FloatingMode Enum

Contains values that specify how floating panels can be dragged.

Namespace: DevExpress.Xpf.Docking

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public enum FloatingMode

Members

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.

Related API Members

The following properties accept/return FloatingMode values:

Remarks

Use the DockLayoutManager.FloatingMode property to specify how floating panels can be dragged, within the current window or throughout the desktop

See Also