NavBarSettings.Groups Property
Gets the collection of groups in NavBar.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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