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

TreeListOptionsBehavior.CanCloneNodesOnDrop Property

OBSOLETE

Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead

Gets or sets whether end-users are allowed to clone nodes using drag-and-drop.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Obsolete("Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead")]
[Browsable(false)]
public virtual bool CanCloneNodesOnDrop { get; set; }

Property Value

Type Description
Boolean

true, to allow end-users to clone nodes using drag-and-drop; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CanCloneNodesOnDrop
WinForms Controls ResourcesTree
.OptionsBehavior.CanCloneNodesOnDrop
TreeList
.OptionsBehavior.CanCloneNodesOnDrop
Reporting XRDesignFieldList
.OptionsBehavior.CanCloneNodesOnDrop
XRDesignReportExplorer
.OptionsBehavior.CanCloneNodesOnDrop

Remarks

Use the TreeListOptionsDragAndDrop.CanCloneNodesOnDrop property instead.

See Also