Gets or sets a value indicating whether empty string ("") values are converted to null when the field values are returned from the data source.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
public virtual bool ConvertEmptyStringToNull { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
Public Overridable Property ConvertEmptyStringToNull As Boolean
	Get
	Set

Field Value

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

See Also