Skip to main content
A newer version of this page is available. .

NavBarSettings Class

Contains the NavBar extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class NavBarSettings :
    SettingsBase

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