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

    Gets whether a node was copied or moved to another node (position).

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public bool IsSuccess { get; }

    Property Value

    Type Description
    Boolean

    true if the node was copied or moved to another node (position); otherwise, false.

    See Also