Click or drag to resize
KaxSpellControlsToCheck Property
An array of IDs of the control to check.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string[] ControlsToCheck { get; set; }

Property Value

Type: String
Remarks
The IDs can be server-side or client-side. KaxSpell will find the appropriate server control and use its ClientID to attach to it. Note that you cannot mix server and client IDs in this list - use only one kind.
See Also