DataTypeAttribute.DisplayFormat Propiedad

Definición

Obtiene un formato de presentación de campo de datos.

public:  property System::ComponentModel::DataAnnotations::DisplayFormatAttribute ^ DisplayFormat {  public:
System::ComponentModel::DataAnnotations::DisplayFormatAttribute ^ get(); protected:
 void set(System::ComponentModel::DataAnnotations::DisplayFormatAttribute ^ value); };
public System.ComponentModel.DataAnnotations.DisplayFormatAttribute DisplayFormat { get; protected set; }
member this.DisplayFormat : System.ComponentModel.DataAnnotations.DisplayFormatAttribute with get, set
Public Property DisplayFormat As DisplayFormatAttribute

Valor de propiedad

Formato de presentación del campo de datos.

Se aplica a

Consulte también