摘要: PropertyGrid 多层折叠使用方法:///子子元素public class school { public string Address{set;get;} public string Name{set;get;} public string Sex{set;get;} public override string ToString() { return Address+Name+Sex; } }///子元素 public class SystemConfig { public string ConfigName { set; get; } private school _school 阅读全文
posted @ 2013-09-16 23:03 Lost_Heart 阅读(3676) 评论(0) 推荐(1) 编辑