ISection<TItem>
A group of items in a
CollectionView.Implement it on your own section model, which the header and footer templates bind to.
- Kind: Interface
- Namespace: SkeleKit
| Type parameter | Summary |
|---|---|
TItem | The element type of the group. |
Properties
Items
The items in this group.
Mutations animate when the list is an
ObservableCollection.
Type: IReadOnlyList<TItem>