| TreeNodeDragAndDrop Property |
Gets drag and drop settings.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public TreeDragDropSettings DragAndDrop { get; }
<BindableAttribute(true)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property DragAndDrop As TreeDragDropSettings
Get
Property Value
Type:
TreeDragDropSettingsRemarks See Also