Back to Devexpress

LayoutControl.Cursor Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-10225c4f.md

latest1.3 KB
Original Source

LayoutControl.Cursor Property

Gets or sets the cursor that is displayed when the mouse pointer is over the control.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public override Cursor Cursor { get; set; }
vb
<DXCategory("Appearance")>
Public Overrides Property Cursor As Cursor

Property Value

TypeDescription
Cursor

A Cursor object.

|

Remarks

The LayoutControl doesn’t allow the cursor to be changed. This property is overridden to hide the property at design time and runtime.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace