Gets or sets the ID for this item.
[Visual Basic]
Public Property ItemID As
String
[C#]
public
String ItemID {get; set;}
Property Value
System.String
This property is read/write.
Remarks
This property is used to identify an item. It is also used to construct the item's Path property.
If you do not set this property, an internal item ID will be generated when Path property is requested. This internal item ID is guaranteed to be unique within its parent NavigationItemGroup.
If you do specify this property, make sure it is unique within its parent NavigationItemGroup, otherwise server side event will not function correctly.
See Also
NavigationItem Class | EO.Web Namespace