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

DataSource.Dispose() Method

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.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public void Dispose()

Remarks

Call the Dispose method when you finished working with a manually created DataSource object.

See Also