MobileForms Toolkit Documentation

TypeValidationEventArgs.ValidatingType Property

Gets the type that the formatted input string is being validated against.

public System.Type ValidatingType {get;}

Property Value

The target Type of the conversion process. This should never be a null reference (Nothing in Visual Basic).

Remarks

The validation process only occurs if ValidatingType property of the MaskedTextBox class is not a null reference (Nothing in Visual Basic). The ValidatingType property references the same type, which represents the target type of the conversion process.

See Also

TypeValidationEventArgs Class | Resco.Controls.MaskedTextBox Namespace