Back to Devexpress

NavBarItemCollection Class

aspnet-devexpress-dot-web-31d37951.md

latest3.3 KB
Original Source

NavBarItemCollection Class

Represents a collection of items within a group.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class NavBarItemCollection :
    Collection<NavBarItem>
vb
Public Class NavBarItemCollection
    Inherits Collection(Of NavBarItem)

The following members return NavBarItemCollection objects:

Remarks

Each group within a navbar control holds its items within a collection which is represented by an instance of the NavBarItemCollection class and can be accessed by the NavBarGroup.Items property. The properties and methods exposed by the NavBarItemCollection class can be used to perform common collection operations such as adding new or deleting existing group items. Each item of the collection is a NavBarItem object. Individual items can be accessed using indexer notation, by their names or display texts using the specific methods of the collection.

Implements

IList

ICollection

IStateManager

DevExpress.Utils.IAssignableCollection

IList<NavBarItem>

ICollection<NavBarItem>

IEnumerable<NavBarItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<NavBarItem> NavBarItemCollection BootstrapAccordionItemCollection

MVCxNavBarItemCollection

See Also

NavBarItemCollection Members

Items

Navigation Bar

DevExpress.Web Namespace