[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputComboBoxItemCollection.Insert

Insert Method

Insert(int, RenderInputComboBoxItem)

Inserts a RenderInputComboBoxItem into the current collection.

Declaration
public void Insert(int index, RenderInputComboBoxItem item)
Parameters
Type Name Description
int index

The position where to insert the item.

RenderInputComboBoxItem item

The item to insert.