CachedModelMetadata(Of TPrototypeCache).ShowForDisplay Property
Gets or sets a value that indicates whether the property should be displayed in read-only views such as list and detail views.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overrides NotOverridable Property ShowForDisplay As Boolean Get Set 'Usage Dim instance As CachedModelMetadata Dim value As Boolean value = instance.ShowForDisplay instance.ShowForDisplay = value
Property Value
Type: System.Booleantrue if the model should be displayed in read-only views; otherwise, false.
Show: