RangeValidator Class [PHP]

GridValidator
 |__ RangeValidator

Summary

Properties Description
ErrorMessage Get or set the message shown when user input is not valid.
MaxValue Get or set the maximum value.
MinValue Get or set the minimum value.

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

MaxValueTop

string MaxValue

Get or set the maximum value.

Show/Hide Code

Supported from version: 1.3.0.0

MinValueTop

string MinValue

Get or set the minimum value.

Show/Hide Code

Supported from version: 1.3.0.0