Infragistics(R) NetAdvantage(R) Windows Forms
Parent Property
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace > UltraNavigationBarLocation Class : Parent Property

Returns the UltraNavigationBarLocation instance whose UltraNavigationBarLocation.Locations collection contains this instance, or null if this instance does not belong to a NavigationBarLocationsCollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Parent As UltraNavigationBarLocation
C# 
public UltraNavigationBarLocation Parent {get;}

Remarks

Note: The Parent property always returns null for the RootLocation.

See Also