Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / ErrorInfo Class / ValueOnError Property

In This Topic
    ValueOnError Property
    In This Topic
    Gets or sets a value used to reset the control if ErrorAction = SetValueOnError.
    Syntax
    'Declaration
     
    
    Public Property ValueOnError As Object
    public object ValueOnError {get; set;}
    See Also