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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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