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

MapVectorItemCollection.EndUpdate() Method

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public void EndUpdate()

Remarks

See MapVectorItemCollection.BeginUpdate to learn more.

See Also