Back to Devexpress

DragDropCursor Enum

corelibraries-devexpress-dot-diagram-dot-core-12bd3056.md

latest1.6 KB
Original Source

DragDropCursor Enum

Lists values that specify the appearance of the mouse pointer during drag-and-drop operations.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum DragDropCursor
vb
Public Enum DragDropCursor

Members

NameDescription
System

System cursor is displayed.

| | Diagram |

Default diagram cursor is displayed.

| | Custom |

Custom cursor is displayed.

|

The following properties accept/return DragDropCursor values:

LibraryRelated API Members
WinForms ControlsDiagramCustomItemGiveFeedbackEventArgs.Cursor
WPF ControlsDiagramCustomItemGiveFeedbackEventArgs.Cursor

Remarks

Values listed by this enumeration are used by the DiagramControl.CustomItemGiveFeedback and DiagramControl.CustomItemGiveFeedback events.

See Also

DevExpress.Diagram.Core Namespace