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

注解

如果 UseColumnTextForLinkValue 属性设置为 true,则文本可见。 否则,将使用每个单元格的 属性填充 FormattedValue 每个单元格的链接文本。

在将Text列属性设置为 后,可以通过将单元格UseColumnTextForLinkValue属性设置为 false 来替代各个单元格的属性值trueUseColumnTextForLinkValue

适用于

另请参阅