[]
The ListView control binds to data using the ItemsSource property. The data source must implement an enumerable collection.
Item appearance is defined using a DataTemplate, which specifies how each data item is rendered.
Data operations such as sorting, filtering, grouping, and paging are performed through C1DataCollection.