Skip to main content

DataSourceAdapter.Dispose() Method

In This Article

Disposes the DataSourceAdapter object.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public void Dispose()

#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