Skip to main content
All docs
V25.1
  • AfterDropNodeEventArgs.DestinationNode Property

    Gets a parent node that owns the dropped node.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public TreeListNode DestinationNode { get; }

    Property Value

    Type Description
    TreeListNode

    The parent node.

    See Also