Version

NavItemCollection class Members

The following tables list the members exposed by NavItemCollection.

Public Constructors
 NameDescription
Public ConstructorNavItemCollection Constructor  
Public Properties
 NameDescription
Public PropertyindexOfReturns the index of the specifed object. If the object doesn't exist in the collection, -1 will be returned. (Inherited from Infragistics.Web.UI.ObjectCollection)
Public PropertyitemGets the item at the specified index. If the index less than 0 or greater than the number of items in the collection null will be returned. The object at the specified index. (Inherited from Infragistics.Web.UI.ObjectCollection)
Public PropertylengthThe number of objects in the collection. (Inherited from Infragistics.Web.UI.ObjectCollection)
Public Methods
 NameDescription
Public MethoddisposeDisposes of all objects that belong to the collection. (Inherited from Infragistics.Web.UI.ObjectCollection)
See Also