📜  允许在 Datagrid C# 代码示例中进行编辑

📅  最后修改于: 2022-03-11 14:49:10.946000             🧑  作者: Mango

代码示例1
// Enable editing for particular column.
this.sfDataGrid.Columns[0].AllowEditing = true;