C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ImageField Class / ConvertEmptyStringToNull Property

In This Topic
ConvertEmptyStringToNull Property (C1ImageField)
In This Topic
Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are returned from the data source.
Syntax
'Declaration
 
Public Overridable Property ConvertEmptyStringToNull As System.Boolean
 

Property Value

True if empty values should be converted to null; otherwise, false. The default value is true.
See Also