Gets the System.Web.UI.HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
protected override HtmlTextWriterTag TagKey { get; }
Visual Basic
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag
	Get

See Also