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

    Gets whether the user copied or moved a node.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public bool IsCopy { get; }

    Property Value

    Type Description
    Boolean

    true if the user copied the node; otherwise, false.

    See Also