GridView.TagKey 属性

定义

获取 GridView 控件的 HtmlTextWriterTag 值。

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

属性值

HtmlTextWriterTag 控件的 GridView 值。

注解

属性 TagKey 允许输出流为 GridView 控件编写适当的 HTML 标记。 当 属性 EnableSortingAndPagingCallbacks 设置为 true时,此属性返回 HtmlTextWriterTag.Div;否则,此属性返回 HtmlTextWriterTag.Table

继承者说明

可以重写此属性以指定要 HtmlTextWriterTag 用于派生控件的值。

适用于

另请参阅