End Google Ads 201810 - BS.net 01 --> I have a DataGridView. I am in need of adding additional properties to each row. I would assume this would consist of extending the DataGridViewRow class.

If my assumption is correct, how would I implement this class so that when adding rows to the datagridview, each row is created as a ExtendedDataGridViewRow rather than a DataGridViewRow.

If I am completely heading in the wrong direction, what would be a better way of accomplishing my goal?

Thanks in advance!