NavBarSettings Class
Contains the NavBar extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Remarks
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.
Inheritance
Object
SettingsBase
NavBarSettings
See Also