Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# winforms 中有一个 DataGridView 控件,它有一个数据表集作为它的数据源,绑定数据源后,我更改了一些列的网格标题文本,现在我想将网格列名称设置回原始数据表列名称。
我发现我可以使用 gridcolumn.Name 属性来更新我更改的 gridcolumn.headerText,谢谢。