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

In This Topic
    ValueOnErrorIsDbNull Property (ErrorInfo)
    In This Topic
    Gets or sets a boolean property used to set ValueOnError to DbNull (only necessary at design time).
    Syntax
    'Declaration
     
    
    Public Property ValueOnErrorIsDbNull As Boolean
    public bool ValueOnErrorIsDbNull {get; set;}
    See Also