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

In This Topic
    ConvertEmptyStringToNull Property (C1TemplateField)
    In This Topic
    Gets or sets a value indicating whether the value that the C1TemplateField object is bound to should be converted to null if it is Empty.
    Syntax
    'Declaration
     
    Public Overridable Property ConvertEmptyStringToNull As System.Boolean
    public virtual System.bool ConvertEmptyStringToNull {get; set;}

    Property Value

    True if the value that the C1TemplateField is bound to should be converted to null when it is empty; otherwise, false. The default value is true.
    See Also