DragDropCursor Enum
Lists values that specify the appearance of the mouse pointer during drag-and-drop operations.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
System
|
System cursor is displayed. |
Diagram
|
Default diagram cursor is displayed. |
Custom
|
Custom cursor is displayed. |
Related API Members
The following properties accept/return DragDropCursor values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramCustomItemGiveFeedbackEventArgs.Cursor |
WPF Controls | DiagramCustomItemGiveFeedbackEventArgs.Cursor |
Remarks
Values listed by this enumeration are used by the DiagramControl.CustomItemGiveFeedback and DiagramControl.CustomItemGiveFeedback events.
See Also