ConvertEmptyStringToNull Property (C1TemplateField)
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.
public virtual System.bool ConvertEmptyStringToNull {get; set;}
'Declaration
Public Overridable Property ConvertEmptyStringToNull As System.Boolean
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.