Skip to main content

DockLayoutManager.FloatingMode Property

Gets or sets how floating panels can be dragged. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

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

#Declaration

[XtraSerializableProperty]
public FloatingMode FloatingMode { get; set; }

#Property Value

Type Description
FloatingMode

A FloatingMode value that specifies how floating panels can be dragged.

#Remarks

The FloatingMode.Desktop mode is not supported by the DXDocking Library for Silverlight. It's not possible to drag a panel out of the browser window.

See Also