Skip to main content

TreeListView.RestoreNodesState() Method

Restores the nodes state.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

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