Click or drag to resize
KaxSchedulerContextMenuCollectionInsert Method
Inserts the specified KaxSchedulerContextMenu object to the collection at the specified index location.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void Insert(
	int index,
	KaxSchedulerContextMenu target
)

Parameters

index
Type: SystemInt32
The location in the array at which to add the KaxSchedulerContextMenu instance.
target
Type: Kettic.AspNet.ControlsKaxSchedulerContextMenu
The KaxSchedulerContextMenu to add to the collection
See Also