ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BoundField Class / ConvertEmptyStringToNull Property

In This Topic
    ConvertEmptyStringToNull Property (C1BoundField)
    In This Topic
    Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are retrieved from the data source.
    Syntax
    'Declaration
     
    Public Overridable Property ConvertEmptyStringToNull As System.Boolean
    public virtual System.bool ConvertEmptyStringToNull {get; set;}
    See Also