C# 利用ListDictionary绑定控件到FlexGird
2021-05-20 02:29
标签:string back add this white pre mon getc type C# 利用ListDictionary绑定控件到FlexGird 标签:string back add this white pre mon getc type 原文地址:https://www.cnblogs.com/-jwj/p/11322942.html//生成ListDictionary对象
ListDictionary dtBumonMap = getListDictionary(ds.Tables[0]);
//生成CellStyle对象
CellStyle cmbBumonStyle = this.flxData.Styles.Add("cmbBumonStyle");
cmbBumonStyle.DataMap = dtBumonMap;
cmbBumonStyle.DataType = typeof(string);
cmbBumonStyle.BackColor = Color.White;
cr = this.flxData.GetCellRange(1, this.flxData.Cols["部門"].Index, 1, this.flxData.Cols["部門"].Index);
cr.Style = cmbBumonStyle;
上一篇:c#链接摄像头 ,照相录像存储
下一篇:c# 添加日志
文章标题:C# 利用ListDictionary绑定控件到FlexGird
文章链接:http://soscw.com/index.php/essay/87833.html