| 成员 | 说明 | 
|---|---|
| TreeListColumn.UnboundType | 指定在非绑定模式中显示的列的数据类型。 | 
| TreeList.Nodes | 用于访问根结点集合。 | 
| TreeListNode.Nodes | 用于访问节点的子节点集合。 | 
| TreeList.AppendNode | 把新节点添加到根节点或其他节点。 | 
| TreeList.DeleteNode | 移除指定的节点。 | 
| TreeList.BeginUnboundLoad | 当在非绑定模式中加载节点时避免更新 XtraTreeList。 | 
| TreeList.EndUnboundLoad | 在应用了所有作出的更改之后,解除锁定 XtraTreeList 并更新它。 | 
| TreeList.ExportToXml | 以 XML 格式把树状列表的数据导出到文件/流。 | 
| TreeList.ImportFromXml | 从指定的文件/流中,把以 XML 格式存储的数据导入到树状列表。 | 
  
  
  
  
  
  
  
