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

DataSource.CalculatedFields Property

Provides access to data source’s calculated fields.

Namespace: DevExpress.DashboardCommon

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

Declaration

[Browsable(false)]
public CalculatedFieldCollection CalculatedFields { get; }

Property Value

Type Description
CalculatedFieldCollection

A CalculatedFieldCollection object containing calculated fields.

Remarks

To learn more about calculated fields, see the following topics.

Implements

See Also