DisplayMetadata.DisplayFormatStringProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.