Click or drag to resize
KaxTreeViewContextMenuCollection Constructor
Initializes a new instance of the KaxTreeViewContextMenuCollection class for the specified KaxTreeView.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxTreeViewContextMenuCollection(
	KaxTreeView treeView
)

Parameters

treeView
Type: Kettic.AspNet.ControlsKaxTreeView
The KaxTreeView that the KaxTreeViewContextMenuCollection is created for.
See Also