Table of Contents

Class MaskedEditValidator

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class MaskedEditValidator : BaseValidator
Inheritance
MaskedEditValidator

Constructors

MaskedEditValidator()

public MaskedEditValidator()

Properties

ClientValidationFunction

public string ClientValidationFunction { get; set; }

Property Value

string

ControlCulture

protected CultureInfo ControlCulture { get; set; }

Property Value

CultureInfo

ControlExtender

[TypeConverter(typeof(MaskedEditTypeConvert))]
[RequiredProperty]
public string ControlExtender { get; set; }

Property Value

string

EmptyValueBlurredText

public string EmptyValueBlurredText { get; set; }

Property Value

string

EmptyValueMessage

public string EmptyValueMessage { get; set; }

Property Value

string

ErrorMessage

public string ErrorMessage { get; set; }

Property Value

string

InitialValue

public string InitialValue { get; set; }

Property Value

string

InvalidValueBlurredMessage

public string InvalidValueBlurredMessage { get; set; }

Property Value

string

InvalidValueMessage

public string InvalidValueMessage { get; set; }

Property Value

string

IsValidEmpty

public bool IsValidEmpty { get; set; }

Property Value

bool

MaximumValue

public string MaximumValue { get; set; }

Property Value

string

MaximumValueBlurredMessage

public string MaximumValueBlurredMessage { get; set; }

Property Value

string

MaximumValueMessage

public string MaximumValueMessage { get; set; }

Property Value

string

MinimumValue

public string MinimumValue { get; set; }

Property Value

string

MinimumValueBlurredText

public string MinimumValueBlurredText { get; set; }

Property Value

string

MinimumValueMessage

public string MinimumValueMessage { get; set; }

Property Value

string

TooltipMessage

public string TooltipMessage { get; set; }

Property Value

string

ValidationExpression

public string ValidationExpression { get; set; }

Property Value

string

Methods

ControlPropertiesValid()

protected override bool ControlPropertiesValid()

Returns

bool

EvaluateIsValid()

protected override bool EvaluateIsValid()

Returns

bool

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs

Events

MaskedEditServerValidator

public event EventHandler<ServerValidateEventArgs> MaskedEditServerValidator

Event Type

EventHandler<ServerValidateEventArgs>