Back to Devexpress

BeforeDropNodeEventArgs.DestinationIndex Property

windowsforms-devexpress-dot-xtratreelist-dot-beforedropnodeeventargs-c5473c43.md

latest1.3 KB
Original Source

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.2.dll

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

Declaration

csharp
public int DestinationIndex { get; }
vb
Public ReadOnly Property DestinationIndex As Integer

Property Value

TypeDescription
Int32

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

|

See Also

BeforeDropNodeEventArgs Class

BeforeDropNodeEventArgs Members

DevExpress.XtraTreeList Namespace