标签: c# winforms datagridview bindingsource
Winforms DataGridView
SortedColumn始终为null(当SortMode为Automatic时预期),并且bindingSource sort属性始终为空。
答案 0 :(得分:0)
如果我没错,DataGridView支持单列排序, 并且您可以通过
var sortedCol = dataGridView1.SortedColumn.DataPropertyName;