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

    Gets the position of the node among the child nodes of the parent node after drop.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public int DestinationIndex { get; }

    Property Value

    Type Description
    Int32

    A zero-based integer value that specifies the node’s index in the child nodes collection of the parent node.

    See Also