DockingOptions.CursorFloatCanceled Property
In This Article
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 Cursor |
---|---|
Dock |
|
#Remarks
To prevent a panel floating, use the DockPanelOptions.AllowFloating option.
See Also