Click or drag to resize
CalendarViewCollectionIndexOf Method
Returns a zero based index of a CalendarView object depending on the passed index.

Namespace: Kettic.AspNet.Controls.Calendar.Collections
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual int IndexOf(
	Object inputItem
)

Parameters

inputItem
Type: SystemObject
The zero-based index, CalendarView object or the date represented by the searched CalendarView object.

Return Value

Type: Int32
A zero based index of the CalendarView object in the collection, or -1 if the CalendarView object is not found.
See Also