TreeListView.RestoreNodesState() Method
Restores the nodes state.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
The RestoreNodesState method restores the nodes state (i.e., which nodes are expanded and which are selected) saved to the memory by the TreeListView.SaveNodesState method. Calling the RestoreNodesState method discards the saved information.
See Also