MobileForms Toolkit Documentation

DetailViewItems.Contains Method 

Determines whether an Item is in the collection.

public bool Contains(
Item value
);

Parameters

value
The Item to locate in the collection.

Return Value

true if the item is found in the List; otherwise, false.

Remarks

Return boolean value that indicate if the Item is in the collection.

See Also

DetailViewItems Class | Resco.Controls.DetailView Namespace