MetaColumn.UIHint Propiedad

Definición

Obtiene el nombre de la plantilla de campo especificada para el campo de datos.

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

Valor de propiedad

Nombre de la plantilla de campo especificada para el campo de datos.

Comentarios

La UIHint propiedad comprueba si se aplica un UIHintAttribute atributo al campo de datos y recupera el valor de la UIHintAttribute.UIHint propiedad . Si un UIHintAttribute atributo no se aplica al campo de datos, la UIHint propiedad devuelve una cadena vacía.

Se aplica a

Consulte también