DataGridHyperlinkColumn.ContentBinding プロパティ

定義

ハイパーリンクのテキストへのバインディングを取得または設定します。

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

プロパティ値

ハイパーリンクのテキストへのバインディング。

注釈

URI 文字列とは異なるハイパーリンク テキストを表示するには、 プロパティを ContentBinding 使用します。

適用対象