Version

UltraExplorerBarItem Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the item header.  
Public PropertyActiveReturns/sets whether the UltraExplorerBarItem is the current ActiveItem.  
Public PropertyCheckedReturns/sets whether the UltraExplorerBarItem is in a Checked state. This property only has meaning if the Style is ‘1 – StateButton’  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyExplorerBarReturns a reference to the UltraExplorerBar control that this UltraExplorerBarItem belongs to.  
Public PropertyGroupReturns a reference to the UltraExplorerBarGroup that this UltraExplorerBarItem belongs to.  
Public PropertyIndexReturns the index of the UltraExplorerBarItem in its parent collection.  
Public PropertyIsInViewReturns whether the UltraExplorerBarItem is actually visible in the control.  
Public PropertyKeyThe Key of the item in its collection.  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the notification badge text.  
Public PropertyParentCollectionThe UltraExplorerBarItemsCollection that owns this UltraExplorerBarItem.  
Public PropertySettingsReturns the UltraExplorerBarItemSettings object for the UltraExplorerBarItem. The UltraExplorerBarItemSettings object contains values for various UltraExplorerBarItem related settings, and can be found at the UltraExplorerBarGroup, UltraExplorerBarItem and control levels.  
Public PropertySettingsResolvedReturns a reference to an UltraExplorerBarItemSettingsResolved object which contains values for all resolvable UltraExplorerBarItemSettings properties  
Public PropertyTagOverridden. The tag property can be used to logically attach another object or value to this object.  
Public PropertyTextReturns/sets the text displayed in the UltraExplorerBarItem.  
Public PropertyToolTipTextReturns/sets the text used to display tooltips. If no text is specified then the contents of the UltraExplorerBarItem’s text property is displayed in the tooltip.  
Public PropertyUIElementReturns the UIElement for the UltraExplorerBarItem.  
Public PropertyVisibleReturns/sets the visibility of the UltraExplorerBarItem – i.e., whether the UltraExplorerBarItem will be displayed under the proper circumstances.  
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