RadMenu for ASP.NET

RadMenu Send comments on this topic.
Value Property
See Also 
Telerik.WebControls Namespace > RadMenuItem Class : Value Property


Gets or sets the value associated with the menu item.   

 

Namespace: Telerik.WebControls
Assembly: RadMenu (in RadMenu.dll)

Syntax

Visual Basic (Declaration) 
<LocalizableAttribute(True)>
Public Property Value As String
Visual Basic (Usage)Copy Code
Dim instance As RadMenuItem
Dim value As String
 
instance.Value = value
 
value = instance.Value
C# 
[LocalizableAttribute(true)]
public string Value {get; set;}

Return Value

The value associated with the item. The default value is empty string.

Remarks

Use the Value property to specify or determine the value associated with the item.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also