RegularExpressionValidator Class [PHP]

GridValidator
 |__ RegularExpressionValidator

Summary

Properties Description
ErrorMessage Get or set the message shown when user input is not valid.
ValidationExpression Get or set the expression of validation.

Properties Detail

ErrorMessageTop

string ErrorMessage

Get or set the message shown when user input is not valid.

Show/Hide Code

Supported from version: 1.3.0.0

ValidationExpressionTop

string ValidationExpression

Get or set the expression of validation.

Show/Hide Code

Supported from version: 1.3.0.0