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

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

Syntax

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

See Also