09 2020 档案
DEV LookUpEdit 下拉框
摘要:System.Windows.Forms.ComboBox-->DevExpress.XtraEditors.LookUpEdit string defaultvalue = ""; DataTable dtep_tagtype = JsonConvert.DeserializeObject<Dat 阅读全文
posted @ 2020-09-30 14:44 RookieBoy666 阅读(319) 评论(0) 推荐(0)
DataTable GridControl 数据结构
摘要:GridControl int[] rows = this.gridView1.GetSelectedRows(); //获取选中行 gridView1int index=gridView1.FocusedRowHandle;//获取选中行id string id = FRDataGridView. 阅读全文
posted @ 2020-09-01 16:22 RookieBoy666 阅读(732) 评论(0) 推荐(0)