Click or drag to resize
KaxSpellControlToCheck Property
The ID 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
[TypeConverterAttribute(typeof(ControlIDConverter))]
public string ControlToCheck { get; set; }

Property Value

Type: String
Remarks
The ID can be both a server-side ID, or a client-side ID. KaxSpell will find the appropriate server control and use its ClientID to attach to it.
See Also