Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / IComboBox Interface / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (IComboBox)
    In This Topic
    If True, empty strings are interpreted as null values (DBNull).
    Syntax
    'Declaration
     
    
    Property EmptyAsNull As Boolean
    bool EmptyAsNull {get; set;}
    See Also