KaxSpellControlsToCheck Property |
An array of IDs of the control to check.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string[] ControlsToCheck { get; set; }
Public Property ControlsToCheck As String()
Get
Set
public:
property array<String^>^ ControlsToCheck {
array<String^>^ get ();
void set (array<String^>^ value);
}
member ControlsToCheck : string[] with 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