Skip to main content

DiagramCustomItemGiveFeedbackEventArgs.Cursor Property

Gets or sets the cursor type used during the drag-and-drop operation.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public DragDropCursor Cursor { get; set; }

Property Value

Type Description
DragDropCursor

A DevExpress.Diagram.Core.DragDropCursor object.

Available values:

Name Description
System

System cursor is displayed.

Diagram

Default diagram cursor is displayed.

Custom

Custom cursor is displayed.

See Also