DisplayAttribute Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DisplayAttribute type exposes the following members.

Properties

  Name Description
Public property AutoGenerateField Gets or sets a value that indicates whether the field is automatically displayed in the user interface.
Public property AutoGenerateFilter Gets or sets a value that indicates whether filtering is automatically displayed for this field.
Public property Description Gets or sets either a resource name or non-localized text, such as a tool tip, that is displayed to users to help them understand a member.
Public property GroupName Gets or sets either a resource name or non-localized text that is displayed to users when grouping fields in the user interface.
Public property Name Gets or sets either a resource name or non-localized text that is used as a member label for elements that are bound to the member.
Public property Order Gets or sets a value that indicates the order in which columns are sorted.
Public property Prompt Gets or sets either a resource name or non-localized text, such as a watermark, that suggests a user action for an element that is bound to the member.
Public property ResourceType Gets or sets the type that contains the resources for other localizable property values.
Public property ShortName Gets or sets either a resource name or non-localized text that is used as the column label for an element that is bound to the member.

Top