I'm using a RadCarousel control bound to a collection of custom objects. What I want to do is have a textblock's text property bound to one of the current top most item's string properties. So, as the carousel is moved, the text block will automatically update and show the appropriate string value. If I bind to the RadCarousel's selectedItem property it only shows me the string value when I click on a panel object. Is there a way to bind to the object that is topmost?