Returns the index of a RenderInputComboBoxItem in the current collection.
Namespace:
C1.C1PreviewAssembly: 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.