Gets a value that indicates whether the copy method of C1TreeViewNode node has been used to perform the drop.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public bool CopyUsed { get; }
Visual Basic
Public ReadOnly Property CopyUsed As Boolean
	Get

See Also