Click or drag to resize

TreeDragDropExtendedSettings Class

Provides methods and properties to support extended drag and drop functionality.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsTreeDragDropSettings
    Dynamicweb.ControlsTreeDragDropExtendedSettings

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

The TreeDragDropExtendedSettings type exposes the following members.

Constructors
  NameDescription
Public methodTreeDragDropExtendedSettings
Initializes a new instance of the TreeDragDropExtendedSettings class
Top
Properties
  NameDescription
Public propertyAllowAutoExpand
Gets or sets value indicating whether to expand the node when the draggable is placed over it.
(Inherited from TreeDragDropSettings.)
Public propertyAllowDrag
Gets or sets value indicating whether element accepts drag operation.
(Inherited from TreeDragDropSettings.)
Public propertyAllowDrop
Gets or sets value indicating whether element accepts drop operation.
(Inherited from TreeDragDropSettings.)
Public propertyOnClientDragEnd
Gets or sets additional client-side script that executes when drag operation is finished.
Public propertyOnClientDragOver
Gets or sets additional client-side script that executes when drag source moves over drop target.
Public propertyOnClientDragStart
Gets or sets additional client-side script that executes when drag operation is initiated.
Public propertyOnClientDrop
Gets or sets additional client-side script that executes when drop operation is occured.
Top
Methods
  NameDescription
Protected methodDeclareMethod
Gets the JSON method declaration.
Protected methodEscapeQuotes
Escapes all double quotes in a string.
(Inherited from TreeDragDropSettings.)
Public methodToString
Gets the JSON string representing a settings.
(Overrides TreeDragDropSettingsToString.)
Top
Remarks