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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.