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
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