Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • 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