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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

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:

Object Type Path to CursorFloatCanceled
DockManager
.DockingOptions .CursorFloatCanceled

Remarks

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

See Also