MobileForms Toolkit Documentation

PageCollection.Contains Method 

Retrieves a boolean value indicating if a specific page exists in the list.

public bool Contains(
Page page
);

Parameters

page
A reference to the Page object to locate.

Return Value

true if the page exists in the list; false otherwise.

See Also

PageCollection Class | Resco.Controls.DetailView Namespace