MetaColumn.NullDisplayText Property

 

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

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract NullDisplayText : string with get
override NullDisplayText : string with get

Property Value

Type: System.String

The caption that is displayed for a field when the field's value is null.

The NullDisplayText property verifies if a DisplayFormatAttribute attribute is applied to the data field and retrieves the value of the DisplayFormatAttribute.NullDisplayText property. If a DisplayFormatAttribute attribute is not found, this property verifies if a DataTypeAttribute attribute is applied to retrieve formatting information.

.NET Framework
Available since 3.5
Return to top
Show: