MVCxValidationSettings Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
#Properties
Name | Description |
---|---|
Causes |
Gets or sets a value that specifies whether validation is performed when the editor is set to validate when a postback occurs.
Inherited from Validation |
Display |
Specifies whether an editor renders an empty space for the error message initially or dynamically when the editor fails validation.
Inherited from Validation |
Enable |
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 Validation |
Error |
This property is not in effect for the MVCx |
Error |
Gets the style properties for the editor’s error frame.
Inherited from Validation |
Error |
Gets the settings that define an error image displayed within the editor’s error frame if the editor’s validation fails.
Inherited from Validation |
Error |
Gets or sets the error text’s position within the error frame relative to the validated control.
Inherited from Validation |
Set |
Gets or sets a value that specifies whether focus is set to the editor when validation fails.
Inherited from Validation |
Validate |
Gets or sets a value that specifies whether validation is performed when the editor value is changed.
Inherited from Validation |
Validation |
Gets or sets the name of a validation group to which the editor belongs.
Inherited from Validation |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings of the specified object to the current one.
Inherited from Validation |
Create |
For internal use only.
Inherited from Validation |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the string that represents the current object.
Inherited from Validation |
See Also