# Key Features

## Content

### Data Binding

The `ListView` control binds to data using the `ItemsSource` property. The data source must implement an enumerable collection.

### Item Templates

Item appearance is defined using a `DataTemplate`, which specifies how each data item is rendered.

### Data Operations

Data operations such as sorting, filtering, grouping, and paging are performed through `C1DataCollection`.