Version

DragDropSettings Class Members

The following tables list the members exposed by DragDropSettings.

Public Constructors
 NameDescription
Public ConstructorDragDropSettings Constructor  
Public Properties
 NameDescription
Public PropertyAllowDropSets 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.  
Public PropertyDragDropModeSets 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.  
Public PropertyDragMarkupCssClassCustom class which is merged with default CSS class that will be applied on the drag markup, while dragging.  
Public PropertyDropIndicatorCustomize the drop indicator that is displayed when a node is to be dropped between two nodes.  
Public PropertyDropTargetCssClassCustom class which is merged with default CSS class that will be applied to the drop target node.  
Public PropertyEnableDragDropSets or gets a value that determines whether the tree drag and drop behavior is turnded on. By default this property is set to false.  
Public PropertyEnableDropInsertionSets 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.  
Public PropertyEnableExpandOnDropSets or gets a boolean value that determines if the node that you dropped over will auto expand after the drop operation is completed.  
Public PropertyExpandDelaySpecify the the delay after which a node that has children will expand, when dragging over it.  
Public PropertyIsEmptyChecks if all properties have default values.  
Public Methods
 NameDescription
Public MethodToStringReturns string formatted for visual designer.  
See Also