TreeList.UnlockReloadNodes() Method
Updates the control’s tree structure after the TreeList.LockReloadNodes method call, and updates it immediately.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v22.2.dll
NuGet Package: DevExpress.Win.TreeList
Declaration
Remarks
Use the UnlockReloadNodes method in conjunction with the TreeList.LockReloadNodes method. See this link to learn more.
See Also