Gets or sets the programmatic identifier assigned to the server control.

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

Syntax

C#
public override string ID { get; set; }
Visual Basic
Public Overrides Property ID As String
	Get
	Set

Field Value

Return Value

The programmatic identifier assigned to the control.

See Also