Share via


DefaultStringConverter.DefaultValue Property

Definition

Gets or sets default string returned by the converter if the value is null/empty.

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

Property Value

Applies to