Skip to main content

TcxTreeListOptionsBehavior.AutoDragCopy Property

Specifies whether nodes are copied during drag-and-drop operations.

Declaration

property AutoDragCopy: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this 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 ParentField field to use this functionality.

The default value of the AutoDragCopy property is False.

See Also