Click or drag to resize
InputSettingTargetControls Property
Gets a collection of TargetInput objects that allows for specifying the objects for which input will be created on the client-side.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public TargetControlCollection TargetControls { get; }

Property Value

Type: TargetControlCollection
Remarks
Use the TargetControls collection to programmatically control which objects should be inputtipified on the client-side.
See Also