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

MVCxValidationSettings 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 Gets or sets a value that specifies the render style of the error message displayed along the editor if its value has not passed the validation criteria specified. Inherited from ValidationSettings.
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 This property is not in effect for the MVCxValidationSettings class.
ErrorFrameStyle Gets the style properties for the editor’s error frame. Inherited from ValidationSettings.
ErrorImage Gets the settings that define an error image displayed within the editor’s error frame if the editor’s validation fails. Inherited from ValidationSettings.
ErrorText This property is not in effect for the MVCxValidationSettings class.
ErrorTextPosition Gets or sets the error text’s position within the error frame relative to the validated control. Inherited from ValidationSettings.
RegularExpression This property is not in effect for the MVCxValidationSettings class.
RequiredField This property is not in effect for the MVCxValidationSettings class.
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