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

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

Syntax

C#
[BrowsableAttribute(false)]
public override string ID { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Overrides Property ID As String
	Get
	Set

Field Value

Return Value

The programmatic identifier assigned to the control.

See Also