ASPxSpellChecker.SaveStateToCookies Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | 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