Determines the index of a specific item in the collection.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public int IndexOf(
	Task value
)
Visual Basic
Public Function IndexOf ( _
	value As Task _
) As Integer
Visual C++
public:
int IndexOf(
	Task^ value
)

Parameters

value
Type: DayPilot.Web.Ui..::..Task

Return Value

See Also