文章分类 -  C# Winfrom DevExpress

摘要:2、如非多级 阅读全文
posted @ 2016-08-14 16:58 一枚水 阅读(301) 评论(0) 推荐(0)
摘要:Devexpress treelist 简介 (网上接录) 节点折叠 this.treeList1.CollapseAll(); 阅读全文
posted @ 2016-08-11 09:53 一枚水 阅读(7407) 评论(0) 推荐(0)
摘要:DevExpress.TreeList 获取未级Checked选中节点所有值 阅读全文
posted @ 2016-08-10 16:44 一枚水 阅读(1139) 评论(0) 推荐(0)
摘要:Devexpress treelist 树形控件 CheckBox 实现带三种状态(全部选中,部分选中,全部没选中) 1、两个属性: 2、绑定TreeList的两个事件AfterCheckNode和 BeforeCheckNode: 3、两个方法: 阅读全文
posted @ 2016-08-09 23:29 一枚水 阅读(1609) 评论(0) 推荐(0)
摘要:DevExpress 官网 https://documentation.devexpress.com/#WindowsForms/CustomDocument7874 https://documentation.devexpress.com/#WindowsForms/CustomDocument7 阅读全文
posted @ 2016-08-06 22:39 一枚水 阅读(913) 评论(0) 推荐(0)
摘要:DevExpress gridView 遍历取值,也可取得指定行、列值。 阅读全文
posted @ 2016-08-04 17:17 一枚水 阅读(8035) 评论(1) 推荐(0)
摘要:转文:gridView常用属性和技巧介绍 - 凌风95 原文 :http://www.cnblogs.com/zhao123/p/3913772.html 阅读全文
posted @ 2016-08-04 17:13 一枚水 阅读(9053) 评论(0) 推荐(0)
摘要:1、锁定最左边1列: 阅读全文
posted @ 2016-08-04 09:38 一枚水 阅读(470) 评论(0) 推荐(0)
摘要://--.gridView1例自动合计(直接加代码就可用) this.gridView1.OptionsView.ShowFooter = true; gridView1.Columns["Money"].SummaryItem.SummaryType = DevExpress.Data.Summa 阅读全文
posted @ 2016-08-01 21:21 一枚水 阅读(506) 评论(0) 推荐(0)
摘要:1、加控件popupContainerControl1;(在此控件上可加treeList、gridView) 2、this.gridView1.Columns["MatSN"].ColumnEdit 关联 this.repositoryItemPopupContainerEdit1; 3、this. 阅读全文
posted @ 2016-08-01 21:12 一枚水 阅读(551) 评论(0) 推荐(0)
摘要:1、PopupContainerEdit;2、popupContainerControl1;(在此控件上可加treeList、gridView)3、PopupContainerEdit 关联 popupContainerControl1 PopupContainerEdit:Properties-- 阅读全文
posted @ 2016-08-01 20:50 一枚水 阅读(268) 评论(0) 推荐(0)
摘要:选节点得到所有的儿子。 阅读全文
posted @ 2016-08-01 20:29 一枚水 阅读(1462) 评论(0) 推荐(0)