DataGridView.Text 속성
정의
컨트롤과 관련된 텍스트를 가져오거나 설정합니다.Gets or sets the text associated with the control.
public:
virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string Text { get; set; }
member this.Text : string with get, set
Public Overrides Property Text As String
속성 값
컨트롤에 연결된 텍스트입니다.The text associated with the control.
- 특성
설명
이 속성은 이 컨트롤에 의미가 없습니다.This property is not meaningful for this control.