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

ASPxSpellChecker.SaveStateToCookies Property

Gets or sets a value that specifies whether cookies are used to persist information about the control.

Namespace: DevExpress.Web.ASPxSpellChecker

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

Declaration

[DefaultValue(false)]
public bool SaveStateToCookies { get; set; }

Property Value

Type Default Description
Boolean **false**

true if information is persisted in cookies; otherwise, false.

Remarks

When this property is set to true, the ASPxSpellChecker.SaveStateToCookiesID property can also be used to specify how information should be persisted in cookies.

See Also