MetaColumn.DisplayName Property

 

Gets the display name for the data field.

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

abstract DisplayName : string with get
override DisplayName : string with get

Property Value

Type: System.String

The display name for the data field.

The DisplayName property returns the friendly display name for the data field if one has been set, or the field name if no display name has been specified. The DisplayName property verifies if a friendly display name has been set by checking if a DisplayNameAttribute attribute is applied to the data field.

.NET Framework
Available since 3.5
Return to top
Show: