windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-0acf6911.md
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.v25.2.dll
NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead")]
public virtual bool CanCloneNodesOnDrop { get; set; }
<Obsolete("Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property CanCloneNodesOnDrop As Boolean
| Type | Description |
|---|---|
| Boolean |
true , to allow end-users to clone nodes using drag-and-drop; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to CanCloneNodesOnDrop |
|---|---|
| TreeList |
.OptionsBehavior .CanCloneNodesOnDrop
|
Use the TreeListOptionsDragAndDrop.CanCloneNodesOnDrop property instead.
See Also