Click or drag to resize
KaxToolTipManagerTargetControls Property
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips 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 ToolTipTargetControlCollection TargetControls { get; }

Property Value

Type: ToolTipTargetControlCollection
Gets a collection of TargetControl objects that allows for specifying the objects for which tooltips will be created on the client-side.
Remarks
Use the TargetControls collection to programmatically control which objects should be tooltipified on the client-side.
See Also