I have a form with a class where the variables are and also functions.
To show them in the DataGridView
use
DataGridView.DataSource = List<T>;
But I also want the functions to be shown, for example
The sum of two data that are in the class
(The functions are already created)