RangeAttribute Properties
Silverlight
The RangeAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
ErrorMessage | Gets or sets the non-localizable error message to display when validation fails. (Inherited from ValidationAttribute.) |
|
ErrorMessageResourceName | Gets or sets the property name on the resource type that provides the localizable error message. (Inherited from ValidationAttribute.) |
|
ErrorMessageResourceType | Gets or sets the resource type that provides the localizable error message. (Inherited from ValidationAttribute.) |
|
ErrorMessageString | Gets the localized or non-localized error message. (Inherited from ValidationAttribute.) |
|
Maximum | Gets the maximum allowed value for the range. |
|
Minimum | Gets the minimum allowed value for the range. |
|
OperandType | Gets the type of the Minimum and Maximum values. |
Community Additions
ADD
Show: