ModelMetadata.DisplayFormatString Property

Visual Studio 2010

Gets or sets the display format string for the model.

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

'Declaration
Public Overridable Property DisplayFormatString As String
	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 Nothing.

Community Additions

ADD
Show: