[]
Specifies the numeric range constraints for the value in the editor.
public class RangeRule : ValidationRule
| Name | Description |
|---|---|
| RangeRule() |
| Name | Description |
|---|---|
| Maximum | Gets or sets the maximum allowed field value. |
| Minimum | Gets or sets the minimum allowed field value. |
| Name | Description |
|---|---|
| Validate(object) | Performs validation checks on a value. |