Click or drag to resize
KaxSchedulerContextMenuCollectionIndexOf Method
Retrieves the index of a specified KaxSchedulerContextMenu object in the collection.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int IndexOf(
	KaxSchedulerContextMenu target
)

Parameters

target
Type: Kettic.AspNet.ControlsKaxSchedulerContextMenu
The KaxSchedulerContextMenu for which the index is returned.

Return Value

Type: Int32
The index of the specified KaxSchedulerContextMenu instance. If the KaxSchedulerContextMenu is not currently a member of the collection, it returns -1.
See Also