MobileForms Toolkit Documentation

RowCollection.Contains Method 

Determines whether the RowCollection contains a specific element.

public bool Contains(
Row value
);

Parameters

value
The Row to locate in the RowCollection.

Return Value

true if the RowCollection contains the specified value; otherwise, false.

See Also

RowCollection Class | Resco.Controls.AdvancedList Namespace