Skip to main content
A newer version of this page is available. .

TdxCustomNavBar.EnableDragging Property

Specifies whether dragging is enabled in the NavBar control.

Declaration

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