[]
Specifies the minimum and maximum length of characters that are allowed in the editor.
public class StringLengthRule : ValidationRule
| Name | Description |
|---|---|
| StringLengthRule() |
| Name | Description |
|---|---|
| MaximumLength | Gets or sets the maximum length of a string in the editor. |
| MinimumLength | Gets or sets the minimum length of a string in the editor. |
| Name | Description |
|---|---|
| Validate(object) | Performs validation checks on a value. |