DevImageComboBoxItemCollectionInsert(Int32, DevImageComboBoxItem) Method

Inserts an item into the collection at the specified index.

Definition

Namespace: DevCase.UI.Layout.DevImageComboBoxData
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public void Insert(
	int index,
	DevImageComboBoxItem item
)

Parameters

index  Int32
The zero-based index location where the item is inserted.
item  DevImageComboBoxItem
The item to insert in the collection.

See Also