Back to Devexpress

DockingOptions.CursorFloatCanceled Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockingoptions-41f15812.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty]
public virtual Cursor CursorFloatCanceled { get; set; }
vb
<DefaultValue(Nothing)>
<XtraSerializableProperty>
Public Overridable Property CursorFloatCanceled As Cursor

Property Value

TypeDefaultDescription
Cursornull

A Cursor object that represents the corresponding cursor.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CursorFloatCanceled
DockManager

.DockingOptions .CursorFloatCanceled

|

Remarks

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

See Also

AllowFloating

DockingOptions Class

DockingOptions Members

DevExpress.XtraBars.Docking Namespace