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

TcxTreeListOptionsBehavior.AutoDragCopy Property

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

#Default Value

The AutoDragCopy property’s default value is False.

See Also