DisplayAttribute.AutoGenerateField Property
.NET Framework (current version)
Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Property Value
Type: System.Booleantrue if UI should be generated automatically to display this field; otherwise, false.
| Exception | Condition |
|---|---|
| InvalidOperationException | An attempt was made to get the property value before it was set. |
Do not use this property to access the AutoGenerateField property. Use the GetAutoGenerateField method instead.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Show: