Version

UltraNavigationBarLocation Class

Encapsulates a location in the navigation path for the UltraNavigationBar control.
Syntax
'Declaration
 
Public Class UltraNavigationBarLocation 
   Inherits Infragistics.Shared.KeyedSubObjectBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx 
public class UltraNavigationBarLocation : Infragistics.Shared.KeyedSubObjectBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx  
Remarks

The UltraNavigationBar control realizes its navigation path through the UltraNavigationBarLocation object. The RootLocation, which is the highest-level ancestor location, derives from this type. Each UltraNavigationBarLocation instance, including the root location, exposes a Locations collection, which contains the immediate children of that location. Each member of that collection in turn exposes its own Locations collection, creating a recursive ancestral relationship which defines all possible nodes for the control's navigation path. Each member of the path is a child of some other member of the path, with the exception of the root location. Each of these locations is identified by its Parent location's SelectedLocation property. The terminal location of the navigation path is returned by the control's SelectedLocation property.

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