Skip to main content

DiagramCustomItemGiveFeedbackEventArgs.Cursor Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.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