Skip to main content
A newer version of this page is available. .

DockingOptions.CursorFloatCanceled Property

Gets or sets the cursor that indicates that a dock panel cannot be floating during a dock operation.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
[XtraSerializableProperty]
public virtual Cursor CursorFloatCanceled { get; set; }

Property Value

Type Default Description
Cursor *null*

A Cursor object that represents the corresponding cursor.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CursorFloatCanceled
WinForms Controls SnapDockManager
.DockingOptions.CursorFloatCanceled
DockManager
.DockingOptions.CursorFloatCanceled
Reporting XRDesignDockManager
.DockingOptions.CursorFloatCanceled

Remarks

To prevent a panel floating, use the DockPanelOptions.AllowFloating option.

See Also