Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItem.Value Property

Gets or sets the value of the item.

[Visual Basic]
Public Property Value As String
[C#]
public String Value {get; set;}

Property Value

System.String

Supplemental data about the item that is not displayed.

This property is read/write.

Remarks

You can use Value property to store any customized data associated with the item. This value is not displayed in the control and is commonly used to store additional data for client side or server side event handlers.

Tip:  You can call MenuItem.getValue through client side script interface to access this property.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic