随笔分类 -  DevExpress

摘要:一:第一列显示行号 CustomDrawRowIndicatorthis.gridViewDevice.IndicatorWidth = 40; this.gridViewDevice.CustomDrawRowIndicator += new DevExpress.XtraG... 阅读全文
posted @ 2014-12-26 14:04 梦落轩辕 阅读(484) 评论(0) 推荐(0)
摘要:一:创建类GridCheckMarksSelection #region Fileds RepositoryItemGridLookUpEdit _currentRepository; protected ArrayList selection; ... 阅读全文
posted @ 2014-12-22 13:37 梦落轩辕 阅读(7473) 评论(0) 推荐(0)
摘要:一:navBarControl 属性设置 工具箱中的Navigation & Layout选项卡下找到NavBarControl,拖到窗体中 工具箱中添加2个imageCollection。分别设置Item的大小图标集合,选择相应图片添加到集合中。(大图标32*32,小图标16*16) navBar 阅读全文
posted @ 2014-12-17 13:54 梦落轩辕 阅读(858) 评论(0) 推荐(0)