Version

UltraNavigationBarLocation Class Properties

For a list of all members of this type, see UltraNavigationBarLocation members.

Public Properties
 NameDescription
Public PropertyDisplayTextGets/sets the string that is displayed on the text button which represents this UltraNavigationBarLocation in the user interface.  
Public PropertyDisplayTextResolvedReturns the resolved value of the DisplayText property.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDropDownButtonVisibleResolvedReturns the resolved value of the UltraNavigationBarLocationSettings.DropDownButtonVisible property.  
Public PropertyHasLocationsReturns whether this instance's Locations collection has one or more members.  
Public PropertyIncludeTextInFullPathGets/sets whether the value returned from the TextResolved property is used for this instance when determining the value returned from the GetFullPath method for descendant locations.  
Public PropertyIncludeTextInFullPathResolvedReturns the resolved value of the IncludeTextInFullPath property.  
Public PropertyIndexReturns the ordinal position of this UltraNavigationBarLocation instance in the NavigationBarLocationsCollection to which it belongs.  
Public PropertyIsButtonActiveGets/sets whether the text button element which represents this UltraNavigationBarLocation in the user interface currently has the keyboard focus.  
Public PropertyIsDropDownButtonHotTrackedGets/sets whether the cursor is currently positioned over the dropdown button element associated with this UltraNavigationBarLocation.  
Public PropertyIsExpandedGets/sets whether this instance is currently in the expanded state.  
Public PropertyIsListItemActiveGets/sets whether the list item element which represents this UltraNavigationBarLocation (on the list of child locations displayed by its Parent when the parent is expanded) currently has the keyboard focus.  
Public PropertyIsListItemHotTrackedGets/sets whether the cursor is currently positioned over the list item element which represents this UltraNavigationBarLocation on the list of child locations displayed when its Parent location is expanded.  
Public PropertyIsPressedReturns whether the text/dropdown button elements which represent this UltraNavigationBarLocation in the user interface are in the pressed state.  
Public PropertyIsSelectedReturns whether this UltraNavigationBarLocation is currently in the selected state.  
Public PropertyIsTextButtonHotTrackedGets/sets whether the cursor is currently positioned over the text button element which represents this UltraNavigationBarLocation in the user interface.  
Public PropertyKey (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Public PropertyLevelReturns the hierarchical level for this UltraNavigationBarLocation instance.  
Public PropertyLocationsReturns the NavigationBarLocationsCollection instance which contains this UltraNavigationBarLocation instance's immediate children.  
Public PropertyMaximumDropDownItemsResolvedReturns the resolved value of the UltraNavigationBarLocationSettings.MaximumDropDownItems property.  
Public PropertyMaximumTextButtonWidthResolvedReturns the resolved value of the UltraNavigationBarLocationSettings.MaximumTextButtonWidth property.  
Public PropertyNavigationBarReturns the UltraNavigationBar control associated with this instance, or null if this instance is not associated with any control.  
Public PropertyParentReturns the UltraNavigationBarLocation instance whose Locations collection contains this instance, or null if this instance does not belong to a NavigationBarLocationsCollection.  
Public PropertySelectedLocationReturns the member of this instance’s Locations collection whose IsSelected property returns true, or null if this instance has no selected child.  
Public PropertySettingsReturns an UltraNavigationBarLocationSettings instance which exposes properties for this UltraNavigationBarLocation.  
Public PropertyStateReturns the state of this UltraNavigationBarLocation instance in the user interface.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextGets/sets the string that is used to construct the location’s full path, which is displayed in the edit portion of the control when in edit mode, and also in the previous locations dropdown list.  
Public PropertyTextButtonDisplayStyleResolvedReturns the resolved value of the UltraNavigationBarLocationSettings.TextButtonDisplayStyle property.  
Public PropertyTextResolvedReturns the resolved value of the Text property.  
Public PropertyToolTipTextGets/sets the string that is displayed in a tooltip when the cursor is hovered over the element which represents this instance in the user interface.  
Public PropertyUIElementReturns the LocationUIElement which represents this UltraNavigationBarLocation instance in the user interface.  
Public PropertyVisibleGets/sets whether this instance is visible in the user interface.  
Public PropertyVisibleResolvedReturns whether this UltraNavigationBarLocation instance and all of its ancestors are visible in the user interface.  
Protected Properties
 NameDescription
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also