Gets the server control identifier generated by ASP.NET.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, "")]
public override string ClientID { get; }
Visual Basic (Declaration)
<JsonAttribute(True, True, "")> _
Public Overrides ReadOnly Property ClientID As String
	Get

Field Value

Return Value

The server control identifier generated by ASP.NET.

See Also