ModelMetadata.ShortDisplayName Property
Gets or sets a short display name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The short display name can be used in a tooltip or in other display contexts such as the title of tabular list views where the complete display name might not fit. For example, in MVC, this name is used in tables where the columns are not wide enough to display the complete field name. If this field is a null reference (Nothing in Visual Basic), DisplayName should be used.
Show: