Gets or sets a message that will be displayed when the new value doesn't meet the validation criteria.
Gets or sets the maximum that is accepted for values of the associated property.
Gets or sets the minimum that is accepted for values of the associated property.
Gets or sets a message that will be displayed when the new value meets the validation criteria.
Identifies the errorMessage dependency property.
Identifies the maximum dependency property.
Identifies the minimum dependency property.
Identifies the successMessage dependency property.
Returns whether the provided value is valid for the property with propertyName.
Generated using TypeDoc
A validator that validates whether a numeric input falls in the range specified by the minimum and maximum properties.