CaptchaValidationSettings Properties
Contains settings that relate to the validation of the value entered into the editor.| Name | Description |
|---|---|
| Display | Gets or sets a value that specifies the render style of the error frame displayed around the editor, if the editor’s value has not passed the validation criteria specified. |
| EnableValidation | Gets or sets a value that specifies whether validation is performed when the editor is set to validate when a postback occurs. |
| ErrorDisplayMode | Gets or sets a value that specifies how an error message is represented within the editor’s error frame. |
| ErrorFrameStyle | Gets the style properties for the editor’s error frame. |
| ErrorImage | Gets the settings that define an error image to be displayed within the editor’s error frame if the editor’s validation fails. |
| ErrorText | Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails. |
| RequiredField | Gets the settings that define the required field validation’s rules. |
| SetFocusOnError | Gets or sets a value that specifies whether focus is set to the text box when validation fails. |
| ValidationGroup | Gets or sets the group of controls for which the editor forces validation when it posts back to the server. |
See Also