摘要:
Devexpress 中,使用comboBoxEdit 和 LookUpEditor控件进行数据绑定: 1 #region 下拉框 comboBoxEdit 和 LookUpEditor 2 3 // 设置下拉框 传入参数(需要设置的下拉框控件,查询的语句,默认第一行的内容) 4 public static void SetComboList(DevExpress.XtraEditors.ComboBoxEdit ComboList, string QuerySQL, string FirstRowText = "",bool bSelectFirstItem=fa... 阅读全文
posted @ 2012-06-27 15:37
Peter.Luo
阅读(2263)
评论(0)
推荐(0)