Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxNavBarCursors.DragCursor Property

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

#Declaration

Delphi
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