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

Declaration

public virtual void UnlockReloadNodes()

Remarks

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

See Also