Click or drag to resize

TreeDragDropSettings Class

Provides methods and properties to support basic drag and drop functionality.
Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class TreeDragDropSettings

The TreeDragDropSettings type exposes the following members.

Constructors
  NameDescription
Public methodTreeDragDropSettings
Initializes a new instance of the TreeDragDropSettings class
Top
Properties
  NameDescription
Public propertyAllowAutoExpand
Gets or sets value indicating whether to expand the node when the draggable is placed over it.
Public propertyAllowDrag
Gets or sets value indicating whether element accepts drag operation.
Public propertyAllowDrop
Gets or sets value indicating whether element accepts drop operation.
Top
Methods
Remarks