Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • CalculatedField.Dispose() Method

    Disposes of the CalculatedField object.

    Namespace: DevExpress.Snap.Core.API

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    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