07 2012 档案
摘要:基于DEV1.1.2CustomDrawCell(object sender, DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventArgs e)存在BUG,经过测试研究,使用以下方法private void gridViewCarList_RowCellStyle(object sender, DevExpress.XtraGrid.Views.Grid.RowCellStyleEventArgs e) { DevExpress.XtraGrid.Views.Grid.GridView view = sender as DevExp...
阅读全文
摘要:public BindingList<StudentDC> StudentList { get { return this.bindingSourceList.DataSource as BindingList<StudentDC>; } set { bindingSourceList.DataSource = value; } } private void FrmGridTest_Load(object sender, System.EventArgs e) { Stu...
阅读全文
摘要:public BindingList<StudentDC> StudentList { get { return this.bindingSourceList.DataSource as BindingList<StudentDC>; } set { bindingSourceList.DataSource = value; } } private void FrmGridTest_Load(object sender, System.EventArgs e) { Stu...
阅读全文