Click or drag to resize
KaxSpellIsClientID Property
Gets or sets a value indicating whether whether the ControlToCheck property provides a client element ID or a server side control ID.

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 IsClientID { get; set; }

Property Value

Type: Boolean
The default is false.
Remarks
When true KaxSpell will look for the server-side control and get its ClientID. When false the ControlToCheck property will be interpreted as a client-side ID and will be used to attach to the target control.
See Also