08 2020 档案
摘要:gridControl --默认添加新行 grvUpstreamMaterial.OptionsView.NewItemRowPosition = NewItemRowPosition.Top; grvUpstreamMaterial.OptionsBehavior.AllowAddRows = D
阅读全文
摘要:基础数据搞一下 //先定义一个类 public class StudentModel { public int index { get; set; } public string Name { get; set; } public string Sex { get; set; } } //存一点测试
阅读全文