Click or drag to resize

TreeDragDropExtendedSettings Properties

The TreeDragDropExtendedSettings type exposes the following members.

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
See Also