Skip to main content

ASPxSpellChecker.SaveStateToCookiesID Property

Gets or sets the identifier of the cookie in which the control’s state is persisted.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string SaveStateToCookiesID { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying a cookie’s name.

Remarks

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

If SaveStateToCookiesID is set to an empty string (the default value), the name of the cookie is composed automatically, based upon the page name and the control’s identifier.

Note

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

See Also