Gets or sets the value associated with the menu item.
Namespace: Telerik.WebControls
Assembly: RadMenu (in RadMenu.dll)
Syntax
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadMenuItem
Dim value As String
instance.Value = value
value = instance.Value
|
Return Value
The value associated with the item. The default value is empty string.
Remarks
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also