The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
CIChristopher Issac Sunder K Syncfusion Team June 26, 2019 11:11 AM UTC
Hello Chris,
Greetings from Syncfusion support.
Yes, we can persist the state of the TreeView using enablePersistance property. This property enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.
selectedNodes- Represents the nodes that are selected in the TreeView component.
checkedNodes- Represents the nodes that are checked in the TreeView component.
expandedNodes- Represents the nodes that are expanded in the TreeView component.
The default value of the property is false. Here is the API link for your reference.