Skip to main content

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.v23.2.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