DataGridViewLinkColumn.Text 속성

정의

UseColumnTextForLinkValuetrue이면 열의 셀에 표시되는 링크 텍스트를 가져오거나 설정합니다.

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

속성 값

String

링크 텍스트가 들어 있는 String입니다.

예외

이 속성을 설정할 때 CellTemplate 속성 의 값이 null인 경우

설명

텍스트를 표시 하는 경우는 UseColumnTextForLinkValue 속성이 true. 각 셀의 링크 텍스트는 채워집니다이 고, 그렇지는 FormattedValue 각 셀의 속성입니다.

재정의할 수 있습니다 합니다 Text 셀을 설정 하 여 개별 셀에 대 한 속성 값 UseColumnTextForLinkValue 속성을 false 열을 설정한 후 UseColumnTextForLinkValue 속성을 true입니다.

적용 대상

추가 정보