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

RibbonSettings.SaveStateToCookiesID Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.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 RibbonSettings.SaveStateToCookies property is set to true.

Note

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

See Also