Gets or sets the input control to validate.
Namespace: System.Extensions.Web.UI.WebControlsAssembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(CheckBoxConverter))]
public string ControlToValidate { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(CheckBoxConverter))>
Public Property ControlToValidate As String
Get
Set |
Visual C++ |
---|
public:
[TypeConverterAttribute(typeof(CheckBoxConverter))]
property String^ ControlToValidate {
String^ get ();
void set (String^ value);
} |
F# |
---|
[<TypeConverterAttribute(typeof(CheckBoxConverter))>]
member ControlToValidate : string with get, set
|
Property Value
Type:
String
See Also