rowHeight property

double rowHeight
final

The height of the row at the specified rowIndex. If you want to change this height, you can return a different height from the SfDataGrid.onQueryRowHeight callback.

Implementation

final double rowHeight;