FloatingMode Enum
In This Article
Contains values that specify how floating panels can be dragged.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v14.2.dll
#Declaration
#Members
Name | Description |
---|---|
Window | Floating panels are allowed to be dragged only within the current window. |
Desktop | This option is not supported in Silverlight. |
#Passed To
You can pass FloatingMode values to the DockLayoutManager.FloatingMode property.
#Remarks
Use the DockLayoutManager.FloatingMode property to specify how floating panels can be dragged, within the current window or throughout the desktop
See Also