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

DashboardFederationDataSource.CalculatedFields Property

Provides access to a data source’s calculated fields.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CalculatedFieldCollection CalculatedFields { get; }

Property Value

Type Description
CalculatedFieldCollection

A CalculatedFieldCollection object containing calculated fields.

Remarks

For more information, review the following topics:

Implements

See Also