Back to Devexpress

TreeListView.RestoreNodesState() Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-a5eb149f.md

latest1.2 KB
Original Source

TreeListView.RestoreNodesState() Method

Restores the nodes state.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void RestoreNodesState()
vb
Public Sub RestoreNodesState

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

Save/Restore Control Layout

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace