.NET Framework Class Library
MetaColumn..::.UIHint Property

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)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property UIHint As String
Visual Basic (Usage)
Dim instance As MetaColumn
Dim value As String

value = instance.UIHint
C#
public string UIHint { get; }
Visual C++
public:
property String^ UIHint {
    String^ get ();
}
JScript
public function get UIHint () : String

Property Value

Type: System..::.String
The name of the field template specified for the data field.
Remarks

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.

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5 SP1
See Also

Reference

Other Resources

Tags :


Page view tracker