Skip to main content
All docs
V23.2

DashboardMongoDBDataSource.CalculatedFields Property

Gets data source’s calculated fields.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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