DataGridHyperlinkColumn.ContentBinding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.