标签: c# infragistics ultratree
我有一个像这样的ultratree构建:
现在我想对第一级进行排序:类别(公司,人员,项目)和文本(这些类别的值)。
我只设法用这行代码对2个值中的1个(类别或文本)进行排序:UltraTree.Nodes.ColumnSetResolved.Columns("Text").SortType = SortType.Ascending
UltraTree.Nodes.ColumnSetResolved.Columns("Text").SortType = SortType.Ascending
但是如何同时对2个值进行排序呢?