'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether clone of the dragged node will be performed if the Control modifier is pressed.")> Public Property AllowDragDropClone As System.Boolean
'Usage
Dim instance As NItemsControl Dim value As System.Boolean instance.AllowDragDropClone = value value = instance.AllowDragDropClone
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether clone of the dragged node will be performed if the Control modifier is pressed.")] public System.bool AllowDragDropClone {get; set;}