Skip to main content
A newer version of this page is available. .

BootstrapEditorValidationSettings Properties

Contains the settings that relate to editor validation.
Name Description
CausesValidation Gets or sets a value that specifies whether validation is performed when the editor is set to validate when a postback occurs. Inherited from ValidationSettings.
Display This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
EnableCustomValidation Gets or sets a value that specifies whether an error frame should be rendered on the client side when you implement a custom validation. Inherited from ValidationSettings.
ErrorDisplayMode Gets or sets a value that specifies how an error message is displayed within the editor’s error frame.
ErrorFrameStyle This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ErrorIconCssClass Gets or sets the CSS class of the error icon.
ErrorImage This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ErrorText Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails. Inherited from ValidationSettings.
ErrorTextPosition This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
RegularExpression Gets the settings that define the regular expression validation’s rules. Inherited from ValidationSettings.
RequiredField Gets the settings that define the required field validation’s rules. Inherited from ValidationSettings.
SetFocusOnError Gets or sets a value that specifies whether focus is set to the editor when validation fails. Inherited from ValidationSettings.
ValidateOnLeave Gets or sets a value that specifies whether validation is performed when the editor value is changed. Inherited from ValidationSettings.
ValidationGroup Gets or sets the name of a validation group to which the editor belongs. Inherited from ValidationSettings.
See Also