Gets the name of the field template specified for the data field.
Namespace:
System.Web.DynamicData
Assembly:
System.Web.DynamicData (in System.Web.DynamicData.dll)
Visual Basic (Declaration)
Public ReadOnly Property UIHint As String
Dim instance As MetaColumn
Dim value As String
value = instance.UIHint
public string UIHint { get; }
public:
property String^ UIHint {
String^ get ();
}
public function get UIHint () : String
Property Value
Type:
System..::.StringThe name of the field template specified for the data field.
The UIHint property verifies if a UIHintAttribute attribute is applied to the data field and retrieves the value of the UIHintAttribute..::.UIHint property. If a UIHintAttribute attribute is not applied to the data field, the UIHint property returns an empty string.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5 SP1
Reference
Other Resources