System.ComponentModel.DataAnnotations.DisplayAttribute
Provides a general-purpose attribute that lets you specify localizable strings for types and members of entity partial classes.
Gets or sets a value that indicates whether UI should be generated automatically in order to display this field.
Gets or sets a value that indicates whether filtering UI is automatically displayed for this field.
Gets or sets a value that is used to display a description in the UI.
Gets or sets a value that is used to group fields in the UI.
Gets or sets a value that is used for display in the UI.
Gets or sets the order weight of the column.
Gets or sets a value that will be used to set the watermark for prompts in the UI.
Gets or sets the type that contains the resources for the ShortName, Name, Prompt, and Description properties.
Gets or sets a value that is used for the grid column label.
public DisplayAttribute()
Initializes a new instance of the DisplayAttribute class.
Returns the value of the AutoGenerateField property.
Returns a value that indicates whether UI should be generated automatically in order to display filtering for this field.
Returns the value of the Description property.
Returns the value of the GroupName property.
Returns a value that is used for field display in the UI.
Returns the value of the Order property.
Returns the value of the Prompt property.
Returns the value of the ShortName property.