【发布时间】:2013-05-20 10:52:00
【问题描述】:
我在我的应用程序中使用 xtratreelist,只有一级,我想让一些节点可见,但不是全部。这是代码,但之后所有的都没有显示在列表中
TreeList tr = new Treelist();
for (int x = 0; x < tr.Nodes.Count; x++)
{
tr.Nodes[x].Visible = false;
}
【问题讨论】:
标签: c# devexpress xtratreelist devexpress-windows-ui