Skip to main content

BreadCrumbNodeCollection.EndUpdate(Boolean) Method

Unlocks the BreadCrumbNodeCollection that was previously locked by the BreadCrumbNodeCollection.BeginUpdate method and specifies whether the BreadCrumbNodeCollection.CollectionChanged event should be fired.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void EndUpdate(
    bool raiseChanged
)

Parameters

Name Type Description
raiseChanged Boolean

true if the BreadCrumbNodeCollection.CollectionChanged event should be fired; otherwise, false.

Remarks

See the BreadCrumbNodeCollection.BeginUpdate method to learn more.

See Also