operator [] method

DataGridRow operator [](
  1. int index
)

An indexer to retrieve the data from the underlying datasource. If the sorting is applied, the data will be retrieved from the sorted datasource.

Implementation

DataGridRow operator [](int index) => _effectiveRows[index];