Gets or sets the programmatic identifier assigned to the server control.
Namespace:
C1.Web.UI.Controls.C1MenuAssembly: 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 |