A newer version of this page is available.
Switch to the current version.
DockLayoutManager.FloatingMode Property
Gets or sets how floating panels can be dragged, within or outside the boundaries of the current window. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v19.1.dll
Declaration
public FloatingMode FloatingMode { get; set; }
Public Property FloatingMode As FloatingMode
Property Value
Type | Description |
---|---|
FloatingMode | A FloatingMode value that specifies how floating panels can be dragged. |
See Also
Feedback