TdxNavBarCommonBehaviorOptions.DragDropFlags Property
In This Article
Specifies the behavior of the NavBar control related to drag & drop operations.
#Declaration
Delphi
property DragDropFlags: TdxNavBarDragDropFlags read; write; default dxNavBarDefaultDragDropFlags;
#Property Value
Type | Default |
---|---|
Tdx |
dx |
#Remarks
Use this property to specify what elements in the NavBar control can be dragged and/or dropped. The property represents a set that can be constructed of values listed below.
Value | Description |
---|---|
f |
Indicates that Nav |
f |
Indicates that Nav |
f |
Indicates that Nav |
f |
Indicates that Nav |
For more information regarding the drag & drop functionality of the NavBar control, please refer to the Internal and External Drag & Drop Operations help topic.
The default value of the DragDropFlags property is specified by the dxNavBarDefaultDragDropFlags global constant.
See Also