aspnetmvc-devexpress-dot-web-dot-mvc-5df07f91.md
Contains the NavBar extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class NavBarSettings :
SettingsBase
Public Class NavBarSettings
Inherits SettingsBase
To declare the NavBar in a View, invoke the ExtensionsFactory.NavBar helper method. This method returns the NavBar extension that is implemented by the NavBarExtension class.
To configure the NavBar extension, pass the NavBarSettings object to the ExtensionsFactory.NavBar helper method as a parameter. The NavBarSettings object contains all the NavBar extension settings.
Refer to the NavBar Overview topic to learn how to add the NavBar extension to your project.
Object SettingsBase NavBarSettings
See Also