Skip to main content
A newer version of this page is available. .

DragDropCursor Enum

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

Namespace: DevExpress.Diagram.Core

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

Declaration

public enum DragDropCursor

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:

Remarks

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

See Also