Skip to main content

TreeList.EndUpdate() Method

Unlocks the TreeList object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v22.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public virtual void EndUpdate()

Remarks

See the TreeList.BeginUpdate topic to learn more.

See Also