DataGridHyperlinkColumn.ContentBinding Property

Definition

Gets or sets the binding to the text of the hyperlink.

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

Property Value

The binding to the text of the hyperlink.

Remarks

To display hyperlink text that is different than the URI string, use the ContentBinding property.

Applies to