Skip to main content

BreadCrumbNodeCollection.EndUpdate() Method

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndUpdate()

Remarks

See the BreadCrumbNodeCollection.BeginUpdate method to learn more.

See Also