MobileForms Toolkit Documentation

DetailViewItems.Insert Method 

Inserts an item into the collection at the specified index.

public void Insert(
int index,
Item value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The Item to insert. The value can be a null reference (Nothing in Visual Basic).

Remarks

Insert item at the specified location within items collection.

See Also

DetailViewItems Class | Resco.Controls.DetailView Namespace