TreeListNodeDragEventArgs Properties
Provides data for the ASPxTreeList.ProcessDragNode event.
Name | Description |
---|---|
Cancel |
Gets or sets whether the operation performed on the processed node should be cancelled.
Inherited from Tree |
Handled | Gets or sets whether the drag and drop operation is handled. |
New |
Gets a node to whose child collection the target (dragged) node is being moved. |
Node |
Gets the node currently being processed.
Inherited from Tree |
See Also