DataList::TagKey Property
.NET Framework (current version)
Gets the HTML tag that is used to render the DataList control.
Assembly: System.Web (in System.Web.dll)
protected: property HtmlTextWriterTag TagKey { virtual HtmlTextWriterTag get() override; }
Property Value
Type: System.Web.UI::HtmlTextWriterTagReturns the Table tag if the RepeatLayout is set to Table; otherwise, returns the Span tag. The default is Table.
Use the TagKey property to determine the HtmlTextWriterTag value that is associated with a DataList control. The TagKey property is used primarily by control developers.
.NET Framework
Available since 2.0
Available since 2.0
Show: