A newer version of this page is available.
Switch to the current version.
DragDropCursor Enum
Lists values that specify the appearance of the mouse pointer during drag-and-drop operations.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v18.2.Core.dll
Declaration
Members
Name | Description |
---|---|
System | System cursor is displayed. |
Diagram | Default diagram cursor is displayed. |
Custom | Custom cursor is displayed. |
Remarks
Values listed by this enumeration are used by the DiagramControl.CustomItemGiveFeedback and DiagramControl.CustomItemGiveFeedback events.
See Also
Feedback