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