TreeList.DoDragDropNode(TreeListNode, DragDropEffects) Method
In This Article
Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public void DoDragDropNode(
TreeListNode node,
DragDropEffects effects
)
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
The node to drag. |
effects | Drag |
A Drag |
#Remarks
See the TreeList.DoDragDropNodes method for details.
See Also