Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

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