Skip to main content
A newer version of this page is available. .
All docs
V23.1

DashboardMongoDBDataSource.CalculatedFields Property

Gets data source’s calculated fields.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public CalculatedFieldCollection CalculatedFields { get; }

Property Value

Type Description
CalculatedFieldCollection

A calculated field collection.

Remarks

Refer to the following topics for more information about calculated fields:

Implements

See Also