DelegateValidationControl Properties
Include Protected Members
Include Inherited Members
The DelegateValidationControl type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ColumnSpan | This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the column span value, which controls HTML table formatting when the validation error is being displayed on the input form. |
![]() |
ControlToValidate | This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the ID of the control to validate. |
![]() |
EncodedErrorMessage | This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the HTML encoded error message displayed by the control and clears the value of the ErrorMessage property when a new EncodedErrorMessage property is set. |
![]() |
ErrorMessage | This member is reserved for internal use and is not intended to be used directly from your code.Gets or sets the validation error message displayed by the control. When the property is set, the specified value is appended to the current error message string and the value for the EncodedErrorMessage property is set to match. Specifying a null reference (Nothing in Visual Basic) for the value of the property clears the error message. |
![]() |
IsInputForm | This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the value to indicate whether the error message will be rendered for an input form. |
![]() |
IsValid | This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets a value that indicates whether the control being validated passed the validation process. This property is set by the delegate callback function that performs the validation. |
![]() |
ValidationCallback | This member is reserved for internal use and is not intended to be used directly from your code.Gets or sets the delegate that is used to register the callback method to perform the validation. |
Top
.gif)