Click or drag to resize
KaxSchedulerContextMenuCollectionItem Property
Gets a reference to the KaxSchedulerContextMenu at the specified index location in the KaxSchedulerContextMenuCollection object.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public KaxSchedulerContextMenu this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The location of the KaxSchedulerContextMenu in the KaxSchedulerContextMenuCollection

Return Value

Type: KaxSchedulerContextMenu
The reference to the KaxSchedulerContextMenu.
See Also