DataTable.DisplayExpression Propiedad

Definición

Obtiene o establece la expresión que devuelve un valor utilizado para representar esta tabla en la interfaz de usuario. La DisplayExpression propiedad le permite mostrar el nombre de esta tabla en una interfaz de usuario.

public:
 property System::String ^ DisplayExpression { System::String ^ get(); void set(System::String ^ value); };
[System.Data.DataSysDescription("DataTableDisplayExpressionDescr")]
public string DisplayExpression { get; set; }
public string DisplayExpression { get; set; }
[<System.Data.DataSysDescription("DataTableDisplayExpressionDescr")>]
member this.DisplayExpression : string with get, set
member this.DisplayExpression : string with get, set
Public Property DisplayExpression As String

Valor de propiedad

Cadena para mostrar.

Atributos

Se aplica a

Consulte también