Back to Devexpress

Member Table: Unbound Mode

windowsforms-5590-controls-and-libraries-tree-list-member-tables-member-table-unbound-mode.md

latest2.1 KB
Original Source

Member Table: Unbound Mode

  • May 12, 2021
MemberDescription
TreeList.NodesProvides access to the collection of root nodes.
TreeListNode.NodesProvides access to the collection of a node’s children.
TreeList.AppendNodeAdds a new node at the root level or to another node.
TreeList.DeleteNodeRemoves the specified node.
TreeList.BeginUnboundLoadPrevents updates to the Tree List when loading nodes in unbound mode.
TreeList.EndUnboundLoadUnlocks the Tree List and updates it, after applying all the changes made to it.
TreeList.ExportToXmlExports the Tree List’s data to a file/stream in XML format.
TreeList.ImportFromXmlImports data stored in XML format to the Tree List from the specified file/stream.
TreeListColumn.UnboundDataTypeAllows you to make the column unbound, and specify the type of data it stores.
TreeListColumn.UnboundExpressionGets or sets an expression used to evaluate values for the current unbound column.
TreeList.CustomUnboundColumnDataAllows you to provide data to unbound columns, and save their modified records to an external source.