Version

Reposition Method

Repositions this item before or after another item. Passing null as the relativeItem will position the item as the first item if relativePosition is After or as the last item if relativePosition is Before.
Syntax
'Declaration
 
Public Sub Reposition( _
   ByVal relativeItem As NavBarItem, _
   ByVal relativePosition As Infragistics.Win.RelativePosition _
) 
public void Reposition( 
   NavBarItem relativeItem,
   Infragistics.Win.RelativePosition relativePosition
)

Parameters

relativeItem
The item to position this item next to.
relativePosition
Position relative to the relativeItem that this item will be repositioned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NavBarItem Class
NavBarItem Members
Infragistics.Win.RelativePosition