Skip to main content
A newer version of this page is available. .
Tab

NavBarItems Class

Represents a collection of all items within a navbar control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class NavBarItems

The following members return NavBarItems objects:

Remarks

While each group holds its items within its NavBarGroup.Items collection, the ASPxNavBar control implements a collection of the NavBarItems type which maintains all the items from all the groups within the control. An instance of this collection can be accessed via the navbar’s ASPxNavBar.Items property. The methods and properties exposed by the NavBarItems collection don’t allow manipulating (adding or deleting) navbar items but facilitates the task of finding and accessing a specific item within a navbar control. Each item of the collection is represented by a NavBarItem object. Individual items can be accessed using indexer notation, by their names or display texts using the specific methods of the collection.

Inheritance

See Also