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

TdxCustomNavBar.EnableDragging Property

Specifies whether dragging is enabled in the NavBar control.

#Declaration

Delphi
property EnableDragging: Boolean read;

#Property Value

Type
Boolean

#Remarks

Use the EnableDragging property to determine whether dragging is in process at the moment. The property is set to True automatically by the NavBar control when dragging starts and is set back to False when dragging finishes.

For more information regarding the drag & drop functionality of the NavBar control, please refer to the Internal and External Drag & Drop Operations article.

See Also