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

    Initializes a new instance of the CalculatedField class with the specified name and data member.

    Namespace: DevExpress.Snap.Core.API

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public CalculatedField(
        string name,
        string dataMember
    )

    Parameters

    Name Type Description
    name String

    A String value, specifying the name of the calculated field.

    dataMember String

    A String value, specifying the data member for the calculated field.

    See Also