Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Member Table: Unbound Mode

Member Description
TreeList.Nodes Provides access to the collection of root nodes.
TreeListNode.Nodes Provides access to the collection of a node’s children.
TreeList.AppendNode Adds a new node at the root level or to another node.
TreeList.DeleteNode Removes the specified node.
TreeList.BeginUnboundLoad Prevents updates to the Tree List when loading nodes in unbound mode.
TreeList.EndUnboundLoad Unlocks the Tree List and updates it, after applying all the changes made to it.
TreeList.ExportToXml Exports the Tree List’s data to a file/stream in XML format.
TreeList.ImportFromXml Imports data stored in XML format to the Tree List from the specified file/stream.
TreeListColumn.UnboundDataType Allows you to make the column unbound, and specify the type of data it stores.
TreeListColumn.UnboundExpression Gets or sets an expression used to evaluate values for the current unbound column.
TreeList.CustomUnboundColumnData Allows you to provide data to unbound columns, and save their modified records to an external source.