Value Property (ValidationErrorEventArgs)
In This Topic
If Reason = ErrorReasonEnum.PostValidationError, this is the value that caused the error. Otherwise, this property is null or DBNull.
Syntax
'Declaration
Public ReadOnly Property Value As Object
public object Value {get;}
See Also