Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (C1ComboBox)
    In This Topic
    Gets or sets a value indicating whether empty strings are interpreted as null values (System.DBNull).
    Syntax
    'Declaration
     
    
    Public Property EmptyAsNull As Boolean
    public bool EmptyAsNull {get; set;}
    See Also