ComboBoxEdit共1篇
DevExpress中ComboBoxEdit控件用法- David个人博客咫尺之间

DevExpress中ComboBoxEdit控件用法

1.绑定数据public static DataTable GetAreaDataTable() { string sqlStr = 'select type from TypeList where ID=3'; DataBase db = new DataBase(); DataTable dt = db.GetDataTable(sqlStr);...
David的头像- David个人博客咫尺之间钻石会员David11天前
04613