Skip to main content
A newer version of this page is available. .

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

Declaration

public virtual void UnlockReloadNodes()

Remarks

Use the UnlockReloadNodes method in conjunction with the TreeList.LockReloadNodes method. See this link to learn more.

See Also