DataGridViewLinkColumn.Text プロパティ

定義

UseColumnTextForLinkValuetrue の場合に列のセルに表示されるリンク テキストを取得または設定します。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
public string? Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

プロパティ値

リンク テキストを格納している String

例外

このプロパティの設定時に、CellTemplate プロパティの値が null でした。

注釈

プロパティが にtrue設定されている場合、UseColumnTextForLinkValueテキストは表示されます。 それ以外の場合は、各セルのリンク テキストに各セルの プロパティが FormattedValue 設定されます。

column UseColumnTextForLinkValue プロパティを にText設定した後に cell プロパティを にfalse設定することで、個々のセルUseColumnTextForLinkValueのプロパティ値をtrueオーバーライドできます。

適用対象

こちらもご覧ください