KaxTreeNodeEnableContextMenu Property |
Gets or sets a value indicating whether a context menu should be displayed for the current node.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool EnableContextMenu { get; set; }
Public Property EnableContextMenu As Boolean
Get
Set
public:
property bool EnableContextMenu {
bool get ();
void set (bool value);
}
member EnableContextMenu : bool with get, set
Property Value
Type:
BooleanTrue 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