DataGridView.Text Propriedade

Definição

Recebe ou define o texto associado ao controlo.

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; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Text : string with get, set
Public Overrides Property Text As String

Valor de Propriedade

O texto associado ao controlo.

Atributos

Observações

Esta propriedade não tem significado para este controlo.

Aplica-se a

Ver também