Back to Devexpress

MVCxNavBarItemCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-cc301fcc.md

latest2.5 KB
Original Source

MVCxNavBarItemCollection Class

Represents a collection of items within a navbar group.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxNavBarItemCollection :
    NavBarItemCollection
vb
Public Class MVCxNavBarItemCollection
    Inherits NavBarItemCollection

The following members return MVCxNavBarItemCollection objects:

Remarks

An object of the MVCxNavBarItemCollection type can be accessed via the MVCxNavBarGroup.Items property.

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<NavBarItem>

ICollection<NavBarItem>

IEnumerable<NavBarItem>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<NavBarItem> NavBarItemCollection MVCxNavBarItemCollection

See Also

MVCxNavBarItemCollection Members

NavBar

DevExpress.Web.Mvc Namespace