DisplayAttribute.ShortName Property

Definition

Gets or sets a value that is used for the grid column label.

public:
 property System::String ^ ShortName { System::String ^ get(); void set(System::String ^ value); };
public string ShortName { get; set; }
public string? ShortName { get; set; }
member this.ShortName : string with get, set
Public Property ShortName As String

Property Value

A value that is for the grid column label.

Remarks

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.

Applies to