ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PostValidation Class / AllowDbNull Property

In This Topic
    AllowDbNull Property
    In This Topic
    Determines whether it is possible to enter DbNull value in the control.
    Syntax
    'Declaration
     
    Public Property AllowDbNull As Boolean
    public bool AllowDbNull {get; set;}
    See Also