DataTable.DisplayExpression Proprietà

Definizione

Ottiene o imposta l'espressione che restituisce un valore utilizzato per rappresentare questa tabella nell'interfaccia utente. La proprietà DisplayExpression consente di visualizzare il nome di questa tabella in un'interfaccia utente.

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

Valore della proprietà

Stringa di visualizzazione.

Attributi

Si applica a

Vedi anche