MetaColumn.UIHint 属性

定义

获取为数据字段指定的字段模板的名称。

public:
 property System::String ^ UIHint { System::String ^ get(); };
public:
 virtual property System::String ^ UIHint { System::String ^ get(); };
public string UIHint { get; }
public virtual string UIHint { get; }
member this.UIHint : string
Public ReadOnly Property UIHint As String
Public Overridable ReadOnly Property UIHint As String

属性值

String

为数据字段指定的字段模板的名称。

注解

UIHint属性验证是否将 UIHintAttribute 特性应用于数据字段并检索属性的值 UIHintAttribute.UIHint 。 如果 UIHintAttribute 特性未应用于数据字段,则 UIHint 属性返回空字符串。

适用于

另请参阅