Back to Devexpress

MVCxNavBarGroupCollection Class

aspnetmvc-devexpress-dot-web-dot-mvc-851e1708.md

latest2.3 KB
Original Source

MVCxNavBarGroupCollection Class

Represents a collection of groups within the NavBar.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxNavBarGroupCollection :
    NavBarGroupCollection
vb
Public Class MVCxNavBarGroupCollection
    Inherits NavBarGroupCollection

The following members return MVCxNavBarGroupCollection objects:

Implements

IList

ICollection

IStateManager

DevExpress.Web.Internal.IStateManagerTracker

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Utils.IAssignableCollection

IList<NavBarGroup>

ICollection<NavBarGroup>

IEnumerable<NavBarGroup>

IEnumerable

Inheritance

Object StateManagedCollectionBase Collection Collection<NavBarGroup> NavBarGroupCollection MVCxNavBarGroupCollection

See Also

MVCxNavBarGroupCollection Members

NavBar

DevExpress.Web.Mvc Namespace