FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / EmptyAsNull Property

In This Topic
    EmptyAsNull Property (C1FlexGridBase)
    In This Topic
    If True then empty strings from editor are interpreted as null values.
    Syntax
    'Declaration
     
    
    Public Property EmptyAsNull As Boolean
    public bool EmptyAsNull {get; set;}
    See Also