Back to Devexpress

TreeListOptionsBehavior.CanCloneNodesOnDrop Property

windowsforms-devexpress-dot-xtratreelist-dot-treelistoptionsbehavior-0acf6911.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead")]
public virtual bool CanCloneNodesOnDrop { get; set; }
vb
<Obsolete("Use the OptionsDragAndDrop.CanCloneNodesOnDrop property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property CanCloneNodesOnDrop As Boolean

Property Value

TypeDescription
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 TypePath to CanCloneNodesOnDrop
TreeList

.OptionsBehavior .CanCloneNodesOnDrop

|

Remarks

Use the TreeListOptionsDragAndDrop.CanCloneNodesOnDrop property instead.

See Also

CanCloneNodesOnDrop

TreeListOptionsBehavior Class

TreeListOptionsBehavior Members

DevExpress.XtraTreeList Namespace