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(CheckBoxListConverter))]
public string ControlToValidate { get; set; } |
Visual Basic |
---|
<TypeConverterAttribute(GetType(CheckBoxListConverter))>
Public Property ControlToValidate As String
Get
Set |
Visual C++ |
---|
public:
[TypeConverterAttribute(typeof(CheckBoxListConverter))]
property String^ ControlToValidate {
String^ get ();
void set (String^ value);
} |
F# |
---|
[<TypeConverterAttribute(typeof(CheckBoxListConverter))>]
member ControlToValidate : string with get, set
|
Property Value
Type:
String
See Also