Version

Data Binding Overview

The xamCarouselListBox™ supports data binding like xamDataGrid™, xamDataCarousel™, and xamDataPresenter™ do, but the way it functions is different then the data controls. The data controls will actually interrogate their data source and based on it, generate the necessary fields and layouts. The xamCarouselListBox will not interrogate its data source and generate a layout. You must provide one for the xamCarouselListBox to follow. For more information, see Working with the ItemTemplate.