TreeDragDropExtendedSettings Properties |
The TreeDragDropExtendedSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowAutoExpand |
Gets or sets value indicating whether to expand the node when the draggable is placed over it.
(Inherited from TreeDragDropSettings.) | |
| AllowDrag |
Gets or sets value indicating whether element accepts drag operation.
(Inherited from TreeDragDropSettings.) | |
| AllowDrop |
Gets or sets value indicating whether element accepts drop operation.
(Inherited from TreeDragDropSettings.) | |
| OnClientDragEnd |
Gets or sets additional client-side script that executes when drag operation is finished.
| |
| OnClientDragOver |
Gets or sets additional client-side script that executes when drag source moves over drop target.
| |
| OnClientDragStart |
Gets or sets additional client-side script that executes when drag operation is initiated.
| |
| OnClientDrop |
Gets or sets additional client-side script that executes when drop operation is occured.
|