ModelMetadata.DisplayFormatString Property

Definition

Gets or sets a format string that should be applied when the model is displayed in display mode (as opposed to in edit mode).

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

Property Value

The format string.

Applies to

See also