Version

UltraExplorerBarGroupSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowDragReturns/sets whether the Group can be dragged.  
Public PropertyAllowEdit(Groups): Returns/sets whether the Group name in the Group Header should be editable by the end user via an in-place textbox. In-place editing is triggered when the end user right-clicks on the name in the Group Header and selects ‘Rename Group’ from the context menu. (Items): Returns/sets whether the Item name should be editable by the end user via an in-place textbox. In-place editing is triggered when the end user right-clicks on the Item name and selects ‘Rename Item’ from the context menu. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyAllowItemDropReturns/sets whether Items can be dropped on a Group.  
Public PropertyAllowItemUncheckReturns/sets whether the Group allows Items to be unchecked.

Note: If set to True (the default) and the user unchecks an item this will result in a situation where no items are checked.

 
Public PropertyAppearancesLargeReturns the UltraExplorerBarGroupAppearances object that contains appearance settings for use for the group when large images are being rendered.  
Public PropertyAppearancesSmallReturns the UltraExplorerBarGroupAppearances object that contains appearance settings for use for the group when small images are being rendered.  
Public PropertyBorderStyleItemAreaReturns/sets the border style used for the Group's item area.  
Public PropertyContainerHeightReturns/sets the height of the container control for the UltraExplorerBarGroup when the Style is ‘6 – ControlContainer’.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorReturns/sets the editor used for editing the Group/Item text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyEditorComponentReturns/sets the component that implements the IProvidesEmbeddableEditor interface for editing the Group/Item text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyExplorerBarReturns the UltraExplorerBar control associated with this UltraExplorerBarSettingsBase object. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyHasAppearancesLargeReturns a Boolean value indicating whether a UltraExplorerBarGroupAppearances object has been created for the AppearancesLarge property.  
Public PropertyHasAppearancesSmallReturns a Boolean value indicating whether a UltraExplorerBarGroupAppearances object has been created for the AppearancesSmall property.  
Public PropertyHeaderButtonStyleReturns/sets the button style used for the Group header.  
Public PropertyHeaderVisibleReturns/sets whether headers are displayed.  
Public PropertyHotTrackingReturns/sets whether a Group/Item responds to mouse-overs by applying the HotTrackAppearance settings. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyItemAreaInnerMarginsReturns a Margins object which holds values for the Left, Right, Top and Bottom margins of the Group’s Item area (i.e., the internal padding between the edges of the Group and the edges of the Item area)  
Public PropertyItemAreaInnerMarginsResolvedReturn a Margins object that contains resolved values for any ItemAreaMargin values set to the default (-1) in the ItemAreaInnerMargins property based on the Style of the UltraExplorerBar.  
Public PropertyItemAreaOuterMarginsReturns a Margins object which holds values for the Left, Right, Top and Bottom margins of the Group’s Item area (i.e., the internal padding between the edges of the Group and the edges of the Item area)  
Public PropertyItemAreaOuterMarginsResolvedReturn a Margins object that contains resolved values for any ItemAreaMargin values set to the default (-1) in the ItemAreaOuterMargins property based on the Style of the UltraExplorerBar.  
Public PropertyItemSortReturns/sets the sort type for Items in the Group.  
Public PropertyItemSortComparerReturns/sets the sort comparer used for Items in the Group.  
Public PropertyMaxLinesReturns/sets the maximum number of text lines displayed in the GroupHeader/Item area. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyNavigationAllowHideReturns/sets whether the UltraExplorerBarGroup is visible in the Navigation Pane’s QuickCustomizeMenu Add/Remove Buttons list and whether the Group's visibility can be toggled in the NavigationPaneOptionsDialog when the control Style is ‘3 – OutlookNavigationPane’.  
Public PropertyNavigationPaneCollapsedGroupAreaTextReturns/sets the text that is displayed in the collapsed group area (the area which is displayed instead of the item area when the NavigationPaneExpandedState property returns 'Collapsed').  
Public PropertyNotificationBadgeSettingsGets or sets the NotificationBadgeSettings for groups.  
Public PropertyShowExpansionIndicatorGets and sets whether the Group header displays an expansion indicator. Applicable only when the UltraExplorerBar's UltraExplorerBarStyle is set to 'ExplorerBar' or 'VisualStudio2005Toolbox'.  
Public PropertyShowToolTipsReturns/sets whether tooltips are shown when the mouse hovers over a GroupHeader/Item. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyStyleReturns/sets the style of the Group.

The Style property determines whether items are displayed within the item area of the Group or if a container control occupies the entire item area. If items are displayed, it determines how they are arranged and whether they include images and/or text.

Note: When the Style property is set to LargeImages or LargeImagesWithText, the image alignment settings of the resolved appearance are not applicable.

Note: When the Style property is set to LargeImagesWithTextBelow, the vertical alignment settings of the resolved appearance are not applicable for text or images.

 
Public PropertyTagThe tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyUseMnemonicsReturns/sets whether the UltraExplorerBarGroup or UltraExplorerBarItem will honor mnemonics in its text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also