TreeView.TagKey Propriedade

Definição

Obtém o HtmlTextWriterTag valor do TreeView 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

Devolve sempre um Div valor.

Observações

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

Notas para Herdeiros

Pode sobrescrever a TagKey propriedade para especificar qual HtmlTextWriterTag valor usar para o seu controlo derivado.

Aplica-se a

Ver também