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.DragCopyCursor Property

Specifies the mouse pointer displayed when dragging a link while holding down the CTRL key.

#Declaration

Delphi
property DragCopyCursor: TCursor read; write; default dxNavBarDragCopyCursor;

#Property Value

Type
TCursor

#Remarks

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

To create a copy of a link, end-users must hold the CTRL key down while dragging. Use the DragCopyCursor property to specify the mouse pointer displayed during this operation. To specify the mouse pointer displayed during ordinary drag & drop operations, use the DragCursor property.

The default value of the DragCopyCursor property is specified by the dxNavBarDragCopyCursor global constant.

See Also