DynamicField::NullDisplayText Property
.NET Framework (current version)
Gets or sets the caption that is displayed for a data field when the field value is null.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: property String^ NullDisplayText { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Property Value
Type: System::String^The caption that is displayed for a data field when the field value is null. The default is an empty string (""), which indicates that this property is not set.
Implements
IFieldFormattingOptions::NullDisplayTextSometimes a field value is stored as null in the data source. You can specify a custom caption to display for data fields that have a null value by setting the NullDisplayText property. If this property is not set, null field values are displayed as empty strings ("").
.NET Framework
Available since 3.5
Available since 3.5
Show: