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

FloatingMode Enum

Contains values that specify how floating panels can be dragged.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v24.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