Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead")]
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:

Object Type Path to CanCloneNodesOnDrop
TreeList
.OptionsBehavior .CanCloneNodesOnDrop

Remarks

Use the TreeListOptionsDragAndDrop.CanCloneNodesOnDrop property instead.

See Also