Skip to main content

NavBarDragDropEventArgs.InsertPosition Property

Gets the position within the group to which the link is about to be or has been dropped.

Namespace: DevExpress.XtraNavBar.ViewInfo

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public int InsertPosition { get; }

Property Value

Type Description
Int32

An integer value specifying the zero-based target link index.

Remarks

This property value can vary from 0 to the number of links within the target group. If it is 0, the link is about to be or has been inserted into the first position within the links collection. If it is equal to the number of links within the target group, it is added to the end of the collection.

See Also