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

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxSchedulerContextMenuCollection(
	KaxScheduler scheduler
)

Parameters

scheduler
Type: Kettic.AspNet.ControlsKaxScheduler
The KaxScheduler that the KaxSchedulerContextMenuCollection is created for.
See Also