ModelMetadata.ShowForDisplay Property

.NET Framework (current version)
 

Gets or sets a value that specifies whether the model should be displayed in the UI in display mode (as opposed to edit mode).

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

Public Overridable Property ShowForDisplay As Boolean

Property Value

Type: System.Boolean

true if the model should be displayed in display mode; otherwise, false. The default is true.

.NET Framework
Available since 4.5
Return to top
Show: