items property

List<T> items
final

The list of data items to display in the grid.

Implementation

final List<T> items;