MetaColumn.UIHint Property

Definition

Gets the name of the field template specified for the data field.

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

Property Value

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.

Applies to

See also