Skip to main content

TreeListView.SaveNodesState() Method

Saves the current nodes state to the memory.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public void 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