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.ControlsAssembly: 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; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property TargetControls As TargetControlCollection
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property TargetControlCollection^ TargetControls {
TargetControlCollection^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member TargetControls : TargetControlCollection with get
Property Value
Type:
TargetControlCollection
Remarks
Use the TargetControls collection to programmatically control
which objects should be inputtipified on the client-side.
See Also