Page Data scope

I have created a variable in Page Data that I populate with a database table. I would like to access that variable in an On Change handler on an input field within a row in a container with a repeater but the Page Data variable is not visible. Is Page Data not global scoped to the page?

Nevermind, I discovered you have to get the property out of page data.