Back to Devexpress

NavBarSettings.Groups Property

aspnet-devexpress-dot-web-dot-mvc-dot-navbarsettings.md

latest1.9 KB
Original Source

NavBarSettings.Groups Property

Gets the collection of groups in NavBar.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v20.1.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxNavBarGroupCollection Groups { get; }
vb
Public ReadOnly Property Groups As MVCxNavBarGroupCollection

Property Value

TypeDescription
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

NavBar

NavBarSettings Class

NavBarSettings Members

DevExpress.Web.Mvc Namespace