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

CalculatedField.DataSource Property

Provides access to the calculated field’s data source.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

[Browsable(false)]
public object DataSource { get; }

Property Value

Type Description
Object

A Object value, specifying the calculated field’s data source.

Remarks

Use the DataSource and CalculatedField.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