Gets or sets the caption displayed for a field when the field's value is null.

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

Syntax

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

Field Value

The caption displayed for a field when the field's value is null. The default value is an empty string (""), which indicates that this property is not set.

See Also