Skip to main content

TreeListView.RestoreNodesState() Method

In This Article

Restores the nodes state.

Namespace: DevExpress.Xpf.Grid

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

#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