Click or drag to resize
KaxTreeNodeContextMenuID Property
Gets or sets a value indicating the ID of the KaxTreeViewContextMenu displayed for the current node.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ContextMenuID { get; set; }

Property Value

Type: String
A string representing the ID of the context menu associated with the current node. The default value is empty string.
Remarks
If the ContextMenuID property is not set the first context menu from the ContextMenus collection will be used.
See Also