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

DataSourceInfo.CalculatedFields Property

Provides access to the collection of calculated fields.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public CalculatedFieldCollection CalculatedFields { get; }

Property Value

Type Description
CalculatedFieldCollection

A CalculatedFieldCollection object, containing the collection of calculated fields.

Implements

See Also