MapDataProviderBase.Dispose() Method
Disposes the MapDataProviderBase object.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
Call the Dispose method when you have finished working with a manually created MapDataProviderBase object. This releases all the resources allocated to the object and speeds up system performance.
See Also