DataTable.DisplayExpression Propriedade

Definição

Obtém ou define a expressão que devolve um valor usado para representar esta tabela na interface do utilizador. A DisplayExpression propriedade permite-lhe mostrar o nome desta tabela numa interface de utilizador.

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 Propriedade

Uma linha de ecrã.

Atributos

Aplica-se a

Ver também