ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / ValueIsDbNull Property

In This Topic
    ValueIsDbNull Property (C1TextBox)
    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