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

DashboardXpoDataSource.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.

See Also