MetaColumn.Prompt Property

.NET Framework (current version)
 

Gets a value that can be used as a watermark in the UI that is bound to data in the column.

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

Public Overridable ReadOnly Property Prompt As String

Property Value

Type: System.String

A value that can be used as a watermark in the UI that is bound to data in the column.

A null or empty string can be returned.

This property is set by the DisplayAttribute attribute in the column's definition in the meta class for the data entity.

.NET Framework
Available since 4.0
Return to top
Show: