MobileForms Toolkit Documentation

Page.Contains Method 

Determines whether the Page contains a specific Item.

public bool Contains(
object value
);

Parameters

value
The Item to locate in the Page.

Return Value

true if the Item is found in the Page; otherwise, false.

Implements

IList.Contains

See Also

Page Class | Resco.Controls.DetailView Namespace