The following tables list the members exposed by ExplorerBarItemCollection.
Name | Description | |
---|---|---|
ExplorerBarItemCollection Constructor |
Name | Description | |
---|---|---|
_list | The _list (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
_owner | The _owner (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) |
Name | Description | |
---|---|---|
Count | Get the number of items in the collection (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
IsEmpty | Returns true if the collection is empty. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
IsReadOnly | Get whether the collection is ReadOnly (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
IsSynchronized | Returns whether the collection is synchornized (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
Item | Get or set the item at the specified index. | |
Owner | Get the owner collection of ExplorerBarItemCollection | |
SyncRoot | Get the synchronization object if the collection is synchronized. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) |
Name | Description | |
---|---|---|
Add | Overloaded. Add an ExplorerBarItem to the collection | |
Clear | Clear the collection items. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
Contains | Check whether the collection contains concrete ExplorerBarItemBase object (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
CopyTo | Overloaded. Copy the contents of the collection to an array of ExplorerBarItemBase objects. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
FromValue | Overloaded. Traverses the collection of items and their children and returns the item that matches the specified value. (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
GetEnumerator | Return an enumerator (Inherited from Infragistics.Web.UI.NavigationControls.ExplorerBarItemBaseCollection) | |
Remove | Overridden. Remove an ExplorerBarItem from the collection |