Skip to main content
All docs
V25.1
  • DiagramCustomItemGiveFeedbackEventArgs.Cursor Property

    Gets or sets the cursor type used during the drag-and-drop operation.

    Namespace: DevExpress.Xpf.Diagram

    Assembly: DevExpress.Xpf.Diagram.v25.1.dll

    NuGet Package: DevExpress.Wpf.Diagram

    Declaration

    public DragDropCursor Cursor { get; set; }

    Property Value

    Type Description
    DragDropCursor

    A DevExpress.Diagram.Core.DragDropCursor object.

    Available values:

    Name Description
    System

    System cursor is displayed.

    Diagram

    Default diagram cursor is displayed.

    Custom

    Custom cursor is displayed.

    See Also