Skip to main content

MVCxNavBarItemCollection Class

Represents a collection of items within a navbar group.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxNavBarItemCollection :
    NavBarItemCollection

The following members return MVCxNavBarItemCollection objects:

Remarks

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

Implements

DevExpress.Web.Internal.IStateManagerTracker
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Utils.IAssignableCollection
See Also