TCustomdxTreeView.DragSourceTreeNode Property
Determines the drag source tree node during drag & drop operations.
Declaration
property DragSourceTreeNode: TTreeNode read;
Property Value
Type |
---|
TTreeNode |
Remarks
Read-Only. Use DragSourceTreeNode to determine the drag source tree node during drag & drop operations. You can use it in drag & drop events.
See Also