Skip to main content
A newer version of this page is available. .

MVCxNavBarItemCollection Class

Represents a collection of items within a navbar group.

Namespace: DevExpress.Web.Mvc

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

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.

See Also