Back to Devexpress

FloatingMode Enum

wpf-devexpress-dot-xpf-dot-docking-1a5c1a57.md

latest1.3 KB
Original Source

FloatingMode Enum

Contains values that specify how floating panels can be dragged.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public enum FloatingMode
vb
Public Enum FloatingMode

Members

NameDescription
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 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

FloatingMode

DevExpress.Xpf.Docking Namespace