DisplayMetadata.NullDisplayText Property

Definition

Gets or sets the text to display when the model value is null. See NullDisplayText

public:
 property System::String ^ NullDisplayText { System::String ^ get(); void set(System::String ^ value); };
public string NullDisplayText { get; set; }
public string? NullDisplayText { get; set; }
member this.NullDisplayText : string with get, set
Public Property NullDisplayText As String

Property Value

Remarks

Setting NullDisplayText also changes NullDisplayTextProvider.

Applies to