'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As RenderInputComboBoxItem
public RenderInputComboBoxItem this[ int index ]; {get; set;}
Parameters
- index
 - The index in the current collection.
 
'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As RenderInputComboBoxItem
public RenderInputComboBoxItem this[ int index ]; {get; set;}