Skip to main content
All docs
V25.1
  • BeforeDropNodeEventArgs.SourceNode Property

    Gets a node that the user is about to drop.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public TreeListNode SourceNode { get; }

    Property Value

    Type Description
    TreeListNode

    The node that the user is about to drop.

    See Also