NullDisplayText Property (C1ImageField)
Gets or sets the text to display in an
C1ImageField object when the value of the field specified by the
DataImageUrlField property is null.
public virtual System.string NullDisplayText {get; set;}
'Declaration
Public Overridable Property NullDisplayText As System.String
Property Value
The text to display when the value of a column is null. The default value is an empty string (""), which indicates that this property is not set.