Input for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PostValidation Class / AllowDbNull Property

In This Topic
    AllowDbNull Property
    In This Topic
    Gets or sets a value indicating 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