ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ValidationErrorEventArgs Class / Value Property

In This Topic
    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