source property

List<T> source
final

List of data to be displayed on the grid.

グリッドに表示するデータの一覧。

Implementation

final List<T> source;