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

In This Topic
    NullDisplayText Property (C1BoundField)
    In This Topic
    Gets or sets the caption displayed for a field when the field's value is null.
    Syntax
    'Declaration
     
    Public Overridable Property NullDisplayText As System.String
    public virtual System.string NullDisplayText {get; set;}

    Property 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