Returns an array of all items (elements / attributes / attribute values) to be (or being) iterated.

Property Scope:

The propery is valid within the iterator's Init / Step Expressions and body-, header- and footer-blocks.
Tip:

This property can be used instead of itemAt() function. For example, the following expression:

iterator.items[i]
will return the same result as this one:
iterator.itemAt(i)