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

CalculatedField.Dispose() Method

Disposes of the CalculatedField object.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public void Dispose()

Remarks

Call the Dispose method when you have finished working with a manually created CalculatedField object. This releases all the resources allocated to the object, and speeds up system performance.

See Also