DragDropCursor Enum
In This Article
Lists values that specify the appearance of the mouse pointer during drag-and-drop operations.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.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 |
---|---|
Win |
Diagram |
WPF Controls | Diagram |
#Remarks
Values listed by this enumeration are used by the DiagramControl.CustomItemGiveFeedback and DiagramControl.CustomItemGiveFeedback events.
See Also