Skip to main content

TdxNavBarCursors.DragCursor Property

Specifies the mouse pointer displayed when dragging a link or group.

Declaration

property DragCursor: TCursor read; write; default dxNavBarDragCursor;

Property Value

Type
TCursor

Remarks

The NavBar control allows end-users to perform drag & drop operations on groups, and links to change their order, move links between groups and copy links.

Use the DragCursor property to specify the mouse cursor displayed during ordinary drag & drop operations. To specify the mouse pointer displayed when copying links, use the DragCopyCursor property.

The default value of the DragCursor property is specified by the dxNavBarDragCursor global constant.

See Also