ISection<TItem>

A group of items in a CollectionView.

Implement it on your own section model, which the header and footer templates bind to.

public interface ISection<out TItem>
Type parameterSummary
TItemThe element type of the group.

Properties

Items

The items in this group.

Mutations animate when the list is an ObservableCollection.

Type: IReadOnlyList<TItem>

IReadOnlyList<TItem> Items { get; }