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

NavBarSettings.Groups Property

Gets the collection of groups in NavBar.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxNavBarGroupCollection Groups { get; }

Property Value

Type Description
MVCxNavBarGroupCollection

A MVCxNavBarGroupCollection object which represents the collection of groups within the navbar.

Remarks

The Groups property provides access to a collection that contains all the groups of the current NavBar. This collection provides standard means to manipulate (add or remove) groups within the NavBar. A particular group can be accessed using index notation.

See Also