DataSource.Dispose() Method
In This Article
Disposes the DataSource object. The Dispose
method releases all the resources allocated to the object and improves system performance.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Remarks
Call the Dispose
method when you finished working with a manually created DataSource object.
See Also