[]
        
(Showing Draft Content)

C1.Win.C1Input.DropDownItemCollection.Insert

Insert Method

Insert(int, DropDownItem)

Inserts the specified item into the collection at the specified location.

Declaration
public void Insert(int index, DropDownItem value)
Parameters
Type Name Description
int index

The indexed location within the collection to insert the item.

DropDownItem value

The item to insert.