DiagramCustomItemGiveFeedbackEventArgs.Cursor Property
Gets or sets the cursor type used during the drag-and-drop operation.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram
Declaration
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