Winforms DataGridView
The SortedColumn is always null (expected when SortMode is Automatic) and the bindingSource sort property is always blank.
if i am not wrong DataGridView supports single column sorting, and you can get the sorted column name by
var sortedCol = dataGridView1.SortedColumn.DataPropertyName;