Click or drag to resize
KaxTreeNodeEnableContextMenu Property
Gets or sets a value indicating whether a context menu should be 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 bool EnableContextMenu { get; set; }

Property Value

Type: Boolean
True if a context menu should be displayed for the current node; otherwise false. The default value is false.
Remarks
Use the EnableContextMenu property to disable the context menu for particular nodes.
See Also