Class MaskedEditValidator
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class MaskedEditValidator : BaseValidator
- Inheritance
-
MaskedEditValidator
Constructors
public MaskedEditValidator()
Properties
public string ClientValidationFunction { get; set; }
Property Value
- string
protected CultureInfo ControlCulture { get; set; }
Property Value
- CultureInfo
[TypeConverter(typeof(MaskedEditTypeConvert))]
[RequiredProperty]
public string ControlExtender { get; set; }
Property Value
- string
EmptyValueBlurredText
public string EmptyValueBlurredText { get; set; }
Property Value
- string
public string EmptyValueMessage { get; set; }
Property Value
- string
public string ErrorMessage { get; set; }
Property Value
- string
public string InitialValue { get; set; }
Property Value
- string
public string InvalidValueBlurredMessage { get; set; }
Property Value
- string
public string InvalidValueMessage { get; set; }
Property Value
- string
public bool IsValidEmpty { get; set; }
Property Value
- bool
public string MaximumValue { get; set; }
Property Value
- string
public string MaximumValueBlurredMessage { get; set; }
Property Value
- string
public string MaximumValueMessage { get; set; }
Property Value
- string
public string MinimumValue { get; set; }
Property Value
- string
MinimumValueBlurredText
public string MinimumValueBlurredText { get; set; }
Property Value
- string
public string MinimumValueMessage { get; set; }
Property Value
- string
public string TooltipMessage { get; set; }
Property Value
- string
public string ValidationExpression { get; set; }
Property Value
- string
Methods
protected override bool ControlPropertiesValid()
Returns
- bool
protected override bool EvaluateIsValid()
Returns
- bool
protected override void OnPreRender(EventArgs e)
Parameters
e
EventArgs
Events
public event EventHandler<ServerValidateEventArgs> MaskedEditServerValidator
Event Type
- EventHandler<ServerValidateEventArgs>