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

    Gets a node that the user has dropped.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public TreeListNode Node { get; }

    Property Value

    Type Description
    TreeListNode

    The node that the user has dropped.

    See Also