Gets the server control identifier generated by ASP.NET.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override string ClientID { get; }
Visual Basic
Public Overrides ReadOnly Property ClientID As String
	Get

Field Value

Return Value

The server control identifier generated by ASP.NET.

See Also