CachedDataAnnotationsMetadataAttributes.ScaffoldColumn Property

Indicates whether a data field is scaffold.

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

member ScaffoldColumn : ScaffoldColumnAttribute with get, set

Property Value

Type: System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute
true if the field is scaffold; otherwise, false.
Show: