NavBarSettings.Groups Property
In This Article
Gets the collection of groups in NavBar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
MVCx |
A MVCx |
#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