Back to Devexpress

TreeList.UnlockReloadNodes() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-cd13422f.md

latest1.3 KB
Original Source

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

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

Declaration

csharp
public virtual void UnlockReloadNodes()
vb
Public Overridable Sub UnlockReloadNodes

Remarks

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

See Also

LockReloadNodes()

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace