DEV treeList 绑定数据

来源:互联网 发布:手机淘宝店标怎么上传 编辑:程序博客网 时间:2024/06/09 18:50

treeList.KeyFieldName = "OID";//主键名称treeList.ParentFieldName = "ParentOID";//父级IDtreeList.DataSource = List;//数据源treeList.ExpandAll();//全部展开


0 0
原创粉丝点击