Version

UltraExplorerBarGroup Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accesible object representing the group header.  
Public PropertyActiveReturns/sets whether the UltraExplorerBarGroup is the current ActiveGroup.  
Public PropertyCheckedItemReturn or sets the UltraExplorerBarItem that is currently checked, or null if no UltraExplorerBarItem within the UltraExplorerBarGroup is currently checked.  
Public PropertyColumnsSpannedReturns/sets the number of columns spanned by the UltraExplorerBarGroup.  
Public PropertyContainerReturns the UltraExplorerBarContainerControl that is automatically created in the Item Area of the control if the Style is '6 - ControlContainer'.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledReturns/sets the enabled status of the UltraExplorerBarGroup.  
Public PropertyExpandedReturns/sets whether the Group is expanded. This property is ignored for Listbar and Toolbox control styles. To select and open a group in Listbar and Toolbox control styles use the Group's Selected property.  
Public PropertyExplorerBarReturns the UltraExplorerBar control to which this UltraExplorerBarGroup belongs.  
Public PropertyIndexReturns the index of the UltraExplorerBarGroup in its parent collection.  
Public PropertyIsInViewReturns whether the UltraExplorerBarGroup is actually visible in the control.  
Public PropertyItemsReturns a UltraExplorerBarItemsCollection of UltraExplorerBarItems defined to the UltraExplorerBarGroup.  
Public PropertyItemSettingsReturns the UltraExplorerBarItemSettings object for the UltraExplorerBarGroup. The UltraExplorerBarItemSettings object contains values for various UltraExplorerBarItem related settings, and can be found at the UltraExplorerBarGroup, UltraExplorerBarItem and control levels.  
Public PropertyKeyThe Key of the item in its collection.  
Public PropertyNavigationOverflowButtonUIElementReturns the NavigationOverflowButtonUIElement for the UltraExplorerBarGroup.  
Public PropertyNavigationPaneHeaderAccesibleObjectThe Accessible object for a NavigationPaneHeader of the selected group in OutlookNavigation Style.  
Public PropertyNotificationBadgeTextGets or sets the text that specifies the notification badge text.  
Public PropertyOverflowButtonAccesibleObjectThe Accessible object for an OverflowButton of the group in OutlookNavigation Style.  
Public PropertyParentCollectionThe UltraExplorerBarGroupsCollection that owns this UltraExplorerBarGroup.  
Public PropertySelectedReturns/sets whether the Group is currently selected. For Listbar and Toolbox control styles the selected group is the group that is currently open. This property is ignored for the ExplorerBar and VisualStudio2005Toolbox control style. To expand/collapse groups in ExplorerBar style use the Group's Expanded property.  
Public PropertySettingsReturns the UltraExplorerBarGroupSettings object for the UltraExplorerBarGroup. The UltraExplorerBarGroupSettings object contains values for various UltraExplorerBarGroup related settings, and can be found at the UltraExplorerBarGroup and control levels.  
Public PropertySettingsResolvedReturns a reference to an UltraExplorerBarGroupSettingsResolved object which contains values for all resolvable UltraExplorerBarGroupSettings 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 UltraExplorerBarGroup header.  
Public PropertyToolTipTextReturns/sets the text used to display tooltips. If no text is specified then the contents of the UltraExplorerBarGroup’s text property is displayed in the tooltip.  
Public PropertyUIElementReturns the UIElement for the UltraExplorerBarGroup.  
Public PropertyVisibleReturns/sets the visibility of the UltraExplorerBarGroup – i.e., whether the UltraExplorerBarGroup 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