Back to Devexpress

NavBarItems Class

aspnet-devexpress-dot-web-27a8f3cb.md

latest2.2 KB
Original Source

NavBarItems Class

Represents a collection of all items within a navbar control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarItems
vb
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

Object NavBarItems BootstrapAccordionItems

See Also

NavBarItems Members

Items

Navigation Bar

DevExpress.Web Namespace