Gets the type of the target control, as specified in the constructor.
Syntax
CSharp
public Type TargetControlType { get; }VisualBasic
Public ReadOnly Property TargetControlType As Type
ManagedCPlusPlus
public:
Type^ TargetControlType {
Type^ get ();
}JSharp
Value
Return Value
The type of the target control.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)