Click or drag to resize
KaxSpellSpellChecked Property
Gets a value indicating if the target control has been spellchecked.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool SpellChecked { get; }

Property Value

Type: Boolean
Remarks

Spellchecking the entire text by the client would set the property to true on postback.

The property is used by the SpellCheckValidator class. You can set it on the client side with KaxSpell's SetSpellChecked(false) on various events, say a TEXTAREA's OnChange.

See Also