Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public virtual void UnlockReloadNodes()

Remarks

Use the UnlockReloadNodes method in conjunction with the TreeList.LockReloadNodes method.

See Also