ExtensionsFactory.NavBar(Action<NavBarSettings>) Method
In This Article
Creates a NavBar.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
method | Action<Nav |
A delegate method that accepts Nav |
#Returns
Type | Description |
---|---|
Nav |
A Nav |
See Also