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

NavBarSettings.SaveStateToCookiesID Property

Gets or sets the name (identifier) of the cookie in which the NavBar’s state is persisted.

Namespace: DevExpress.Web.Mvc

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

Declaration

public string SaveStateToCookiesID { get; set; }

Property Value

Type Description
String

A string value specifying a cookie’s name.

Remarks

This property is in effect if the NavBarSettings.SaveStateToCookies property is set to true.

Note

Refer to the RFC 2965 - Section 4.1.1 Syntax document to learn about allowed characters in cookies.

See Also