Version

ExplorerBarItemCollection Class Members

The following tables list the members exposed by ExplorerBarItemCollection.

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 item at the specified index.  
Public PropertyOwnerGet the owner collection of ExplorerBarItemCollection  
Public PropertySyncRootGet the synchronization object if the collection is synchronized. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
Public Methods
 NameDescription
Public MethodAddOverloaded. Add an ExplorerBarItem to the collection  
Public MethodClearClear the collection items. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection)
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 an ExplorerBarItem from the collection  
See Also