Back to Devexpress

TreeListView.SaveNodesState() Method

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

latest1.3 KB
Original Source

TreeListView.SaveNodesState() Method

Saves the current nodes state to the memory.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void SaveNodesState()
vb
Public Sub SaveNodesState

Remarks

The SaveNodesState method saves information about the nodes state (i.e., which nodes are expanded and which are selected). To restore the nodes state, call the TreeListView.RestoreNodesState method. Calling the TreeListView.RestoreNodesState method discards saved information.

See Also

Save/Restore Control Layout

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace