If I have a listbox and it's datasource is an array of objects. How can I get the text value of an element "title" of the selected object in the listbox? Title is one of the elements I created for the object.

Each object in the datasource has various elements to it.

Title
Year

Thanks in advance!