Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在特定索引处添加节点DevExpress TreeList。我看过post#1和post#2但无法得到我需要的东西。我只想要获取父节点编号/id 并向其添加子节点的代码。
DevExpress TreeList
我找到了这个功能,我认为它会起作用
treelist.AppendNode(object nodeinfo, int parentID);
如何给这个节点信息?
请查看文档: How to: Create Nodes in Unbound Mode in Code
相关链接:非绑定模式