ModelMetadata.DisplayFormatString Property

Gets or sets the display format string for the model.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract DisplayFormatString : string with get, set 
override DisplayFormatString : string with get, set

Property Value

Type: System.String
The display format string for the model.

This property is used when ASP.NET displays the model value in a MVC template. The default value is a null reference (Nothing in Visual Basic).

Show: