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

CalculatedField.DataMember Property

Provides access to the calculated field’s data member.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public string DataMember { get; }

Property Value

Type Description
String

A String value, specifying a calculated field’s data member.

Remarks

Use the CalculatedField.DataSource and DataMember properties to refer to a calculated field’s data source from its CalculatedField.Expression.

To associate a calculated field with a data source, use the CalculatedField.DataSourceName property.

See Also