DataGrid.TagKey Propriedade

Definição

Obtém o valor HtmlTextWriterTag para o controle DataGrid.

protected:
 virtual property System::Web::UI::HtmlTextWriterTag TagKey { System::Web::UI::HtmlTextWriterTag get(); };
protected override System.Web.UI.HtmlTextWriterTag TagKey { get; }
member this.TagKey : System.Web.UI.HtmlTextWriterTag
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag

Valor da propriedade

Sempre retorna HtmlTextWriterTag.Table.

Comentários

A TagKey propriedade permite que o fluxo de saída escreva a marcação HTML apropriada para o DataGrid controle.

Aplica-se a

Confira também