DisplayAttribute::AutoGenerateField Property

 

Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
property bool AutoGenerateField {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show: