FloatingMode Enum
Contains values that specify how floating panels can be dragged.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
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