Share via


DisplayMetadata.DisplayFormatStringProvider Property

Definition

Gets or sets a delegate which is used to get the display format string for the model. See DisplayFormatString.

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

Property Value

Remarks

Setting DisplayFormatStringProvider also changes DisplayFormatString.

Applies to