[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItemCollection.IndexOf

IndexOf Method

IndexOf(RenderInputComboBoxItem)

Returns the index of a RenderInputComboBoxItem in the current collection.

Declaration
public int IndexOf(RenderInputComboBoxItem item)
Parameters
Type Name Description
RenderInputComboBoxItem item

The item to search for.

Returns
Type Description
int

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