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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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