DataGrid.TagKey Propriedade

Definição

Obtém o HtmlTextWriterTag valor do DataGrid controlo.

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 de Propriedade

Sempre retorna HtmlTextWriterTag.Table.

Observações

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

Aplica-se a

Ver também