The following tables list the members exposed by DragDropSettings.
Name | Description | |
---|---|---|
DragDropSettings Constructor |
Name | Description | |
---|---|---|
AllowDrop | Sets or gets a value that determines if nodes or other dragged data on the page can be dropped onto this DataTree. By default this property is set to false. | |
DragDropMode | Sets or gets value that determines if drag data will be moved, copied or either based on user preference when the drag and drop completes. If set to DragDropMode.Move, dragged data will always be moved when a drop occurs, meaning that the original source data will be removed from the source tree and then added to the destination tree. If set to DragDropMode.Copy, drag data will always be copied when a drop occurs, meaning that the original source data will be retained in the source tree and a copy of it will be added to the destination tree. By default this property is set to DragDropMode.Default. | |
DragMarkupCssClass | Custom class which is merged with default CSS class that will be applied on the drag markup, while dragging. | |
DropIndicator | Customize the drop indicator that is displayed when a node is to be dropped between two nodes. | |
DropTargetCssClass | Custom class which is merged with default CSS class that will be applied to the drop target node. | |
EnableDragDrop | Sets or gets a value that determines whether the tree drag and drop behavior is turnded on. By default this property is set to false. | |
EnableDropInsertion | Sets or gets a boolean value that determines if nodes or other dragged data on the page can be dropped in between nodes of the DataTree instead of being dropped on a node and becoming one of its children. By default this property is set to false. | |
EnableExpandOnDrop | Sets or gets a boolean value that determines if the node that you dropped over will auto expand after the drop operation is completed. | |
ExpandDelay | Specify the the delay after which a node that has children will expand, when dragging over it. | |
IsEmpty | Checks if all properties have default values. |
Name | Description | |
---|---|---|
ToString | Returns string formatted for visual designer. |