Skip to main content

ControlBase.Cursor Property

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

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public override Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

The cursor that is displayed when the mouse pointer is over the ControlBase control.

See Also