RadTreeView for ASP.NET

RadTreeView Send comments on this topic.
ContextMenuName Property
See Also 
Telerik.WebControls Namespace > RadTreeNode Class : ContextMenuName Property


The context menu name that will be opened when end-users right-click the node.   

 

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

Syntax

Visual Basic (Declaration) 
Public Property ContextMenuName As String
Visual Basic (Usage)Copy Code
Dim instance As RadTreeNode
Dim value As String
 
instance.ContextMenuName = value
 
value = instance.ContextMenuName
C# 
public string ContextMenuName {get; set;}

Requirements

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

See Also