DisplayAttribute Properties
.NET Framework (current version)
Namespace:
System.ComponentModel.DataAnnotations
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
| Name | Description | |
|---|---|---|
![]() | AutoGenerateField | Gets or sets a value that indicates whether UI should be generated automatically in order to display this field. |
![]() | AutoGenerateFilter | Gets or sets a value that indicates whether filtering UI is automatically displayed for this field. |
![]() | Description | Gets or sets a value that is used to display a description in the UI. |
![]() | GroupName | Gets or sets a value that is used to group fields in the UI. |
![]() | Name | Gets or sets a value that is used for display in the UI. |
![]() | Order | Gets or sets the order weight of the column. |
![]() | Prompt | Gets or sets a value that will be used to set the watermark for prompts in the UI. |
![]() | ResourceType | Gets or sets the type that contains the resources for the ShortName, Name, Prompt, and Description properties. |
![]() | ShortName | Gets or sets a value that is used for the grid column label. |
![]() | TypeId |
Show:
