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

BreadCrumbNodeCollection.EndUpdate() Method

Unlocks the BreadCrumbNodeCollection that was previously locked by the BreadCrumbNodeCollection.BeginUpdate method.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public virtual void EndUpdate()

Remarks

See the BreadCrumbNodeCollection.BeginUpdate method to learn more.

See Also