Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1BasePicker Class / ValueIsDbNull Property

In This Topic
    ValueIsDbNull Property (C1BasePicker)
    In This Topic
    Gets or sets a value indicating whether the Value is DBNull.
    Syntax
    'Declaration
     
    
    Public Property ValueIsDbNull As Boolean
    public bool ValueIsDbNull {get; set;}
    See Also