WPF 获取DataGrid 控件选中的单元格信息

2023-06-12,,

获取 DataGrid 选中单元格的信息
DataGridCellInfo cell_Info = this.studentTable.SelectedCells[0];

studentTableItem student_Info = cell_Info.Item as studentTableItem;

studentTableItem  为一个自定义类 单元格中的数据绑定的是这个自定义类

WPF 获取DataGrid 控件选中的单元格信息的相关教程结束。

《WPF 获取DataGrid 控件选中的单元格信息.doc》

下载本文的Word格式文档,以方便收藏与打印。