摘要: 實現用textbox基類套用到grid 內Class definition class:public class grc_textbox_lu : DevExpress.XtraEditors.Repository.RepositoryItemTextEdit{ public grc_textbox_lu() { this.Appearance.BackColor = Color.Green ; this.DoubleClick += new System.EventHandler(this.grc_textbox_lu_DoubleClick); this.EditValueChanged. 阅读全文
posted @ 2012-06-11 16:59 Yaoquan.Luo 阅读(186) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Drawing;using System.Windows.Forms;using DevExpress.XtraEditors.Repository;namespace mygrdcol{ public partial class cts_basegrid : DevExpress.XtraGrid.GridControl { private my. 阅读全文
posted @ 2012-06-11 16:56 Yaoquan.Luo 阅读(335) 评论(0) 推荐(0)