Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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:

Object Type Path to CursorFloatCanceled
DockManager
.DockingOptions .CursorFloatCanceled

#Remarks

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

See Also