Version

ExplorerBarGroupCollection Class Members

The following tables list the members exposed by ExplorerBarGroupCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGet the number of items in the collection (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public PropertyIsEmptyReturns true if the collection is empty. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public PropertyIsReadOnlyGet whether the collection is ReadOnly (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public PropertyIsSynchronizedReturns whether the collection is synchornized (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public PropertyItemGet or set the group at the specified index.  
Public PropertyOwnerGet the owner of the ExplorerBarGroupCollection  
Public PropertySyncRootGet the synchronization object if the collection is synchronized. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public Methods
 NameDescription
Public MethodAddOverloaded. Add ExplorerBarGroup to the collection  
Public MethodClearOverridden. Clear the collection of items.  
Public MethodContainsCheck whether the collection contains concrete ExplorerBarItemBase object (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public MethodCopyToOverloaded. Copy the contents of the collection to an array of ExplorerBarItemBase objects. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public MethodFromValueOverloaded. Traverses the collection of items and their children and returns the item that matches the specified value. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public MethodGetEnumeratorReturn an enumerator (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public MethodRemoveOverridden. Remove ExplorerBarGroup from the collection  
See Also