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.v19.2.dll
Declaration
[DefaultValue("")]
public string SaveStateToCookiesID { get; set; }
<DefaultValue("")>
Public Property SaveStateToCookiesID As String
Property Value
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.
See Also