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

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.v19.1.Core.dll

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