Skip to main content

DesignerCustomCursors.DragBindCursor Property

Provides access to a custom cursor object displayed while dragging a data-bound item.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public static CustomCursor DragBindCursor { get; }

#Property Value

Type Description
CustomCursor

A CustomCursor object.

See Also