TcxTreeListOptionsBehavior.AutoDragCopy Property
In This Article
Specifies whether nodes are copied during drag-and-drop operations.
#Declaration
Delphi
property AutoDragCopy: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set the AutoDragCopy
property to True
to allow end-users to copy nodes by dragging them while holding down the Ctrl key. Set the TreeList control’s OptionsView.DropNodeIndicator property to True
to display indicators designed to assist end-users during drag-and-drop operations.
Important
In bound mode, a dataset must be indexed by the Parent
#Default Value
The AutoDragCopy
property’s default value is False
.
See Also