DataTable.DisplayExpression Propriété

Définition

Obtient ou définit l'expression qui retourne une valeur utilisée pour représenter cette table dans l'interface utilisateur. La propriété DisplayExpression vous permet d'afficher le nom de cette table dans une interface utilisateur.

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

Valeur de propriété

Chaîne d'affichage.

Attributs

S’applique à

Voir aussi