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

DragLeaveEventArgs.Cursor Property

Gets or sets the mouse pointer.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v21.1.dll

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

Declaration

public Cursor Cursor { get; set; }

Property Value

Type Description
Cursor

A Cursor enumeration value that specifies the mouse pointer.

See Also