Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Utils, DevExpress.Win.Design, 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