Returns the index of a RenderInputComboBoxItem in the current collection.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int IndexOf(
	RenderInputComboBoxItem item
)
Visual Basic
Public Function IndexOf ( _
	item As RenderInputComboBoxItem _
) As Integer

Parameters

item
Type: C1.C1Preview..::..RenderInputComboBoxItem
The item to search for.

Return Value

The index of the specified item, or -1 if none was found.

See Also