MobileForms Toolkit Documentation

DetailViewItems.Remove Method 

Removes the first occurrence of a specific object from the List.

public void Remove(
Item value
);

Parameters

value
The Item to remove from the list.

Remarks

Remove Item from the list. The Item that follow the removed element move up to occupy the vacated spot.

See Also

DetailViewItems Class | Resco.Controls.DetailView Namespace