Back to Devexpress

NavBarSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-5df07f91.md

latest2.0 KB
Original Source

NavBarSettings Class

Contains the NavBar extension settings.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class NavBarSettings :
    SettingsBase
vb
Public Class NavBarSettings
    Inherits 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

NavBarSettings Members

NavBar

NavBarExtension

DevExpress.Web.Mvc Namespace