Condividi tramite


DataGrid.TagKey Proprietà

Definizione

Ottiene il HtmlTextWriterTag valore per il DataGrid controllo .

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

Valore della proprietà

Restituisce sempre HtmlTextWriterTag.Table.

Commenti

La TagKey proprietà consente al flusso di output di scrivere il markup HTML appropriato per il DataGrid controllo.

Si applica a

Vedi anche