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.1.dll
NuGet Package: 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 |
|
Remarks
To prevent a panel floating, use the DockPanelOptions.AllowFloating option.
See Also