ModelMetadata.ShortDisplayName Property

.NET Framework (current version)
 

Gets or sets a short version of the display name.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

Public Overridable Property ShortDisplayName As String

Property Value

Type: System.String

The text to display when a short version of the model name is required.

The short display name can be used in a tooltip or in any UI where the complete display name might not fit. If this field is null, the DisplayName property should be used.

.NET Framework
Available since 4.5
Return to top
Show: