DataGridHyperlinkColumn.ContentBinding Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la liaison au texte du lien hypertexte.
public:
property System::Windows::Data::BindingBase ^ ContentBinding { System::Windows::Data::BindingBase ^ get(); void set(System::Windows::Data::BindingBase ^ value); };
public System.Windows.Data.BindingBase ContentBinding { get; set; }
member this.ContentBinding : System.Windows.Data.BindingBase with get, set
Public Property ContentBinding As BindingBase
Valeur de propriété
Liaison vers le texte du lien hypertexte.
Remarques
Pour afficher le texte du lien hypertexte différent de la chaîne URI, utilisez la ContentBinding propriété.