IsValid Property (Common)

Gets or sets a value indicating whether the data validated by the control is valid. The default value is true.

public bool IsValid {
   get,
   set
}

Inheritance

The following is a list of the classes that inherit the ControlToValidate property from the BaseValidator class.

CompareValidator RegularExpressionValidator
CustomValidator RequiredFieldValidator
RangeValidator  

See Also

Applies to:BaseValidator Class