DisplayAttribute::ShortName Property
.NET Framework (current version)
Gets or sets a value that is used for the grid column label.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
The short name is used as the grid column label for a UI element that is bound to the property that is annotated with this attribute. The Dynamic Data Insert.aspx and Edit.aspx page templates use the ShortName for the field label. This property returns the localized string for ResourceType if the ResourceType property has been specified and if the ShortName property represents a resource key. If the ResourceType property has not been specified or if the ShortName property is not a resource key, this property returns a non-localized string.
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: