dashboard-devexpress-dot-dashboardcommon-2bf468ef.md
A collection of CalculatedField objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class CalculatedFieldCollection :
NamedItemCollection<CalculatedField>,
ICalculatedFieldsExpressionsProvider
Public Class CalculatedFieldCollection
Inherits NamedItemCollection(Of CalculatedField)
Implements ICalculatedFieldsExpressionsProvider
The following members return CalculatedFieldCollection objects:
Show 11 links
The CalculatedFieldCollection collection is accessed via the CalculatedFields property exposed by the data source class (for instance, DashboardSqlDataSource.CalculatedFields or DashboardExcelDataSource.CalculatedFields).
Object Collection<CalculatedField> NotifyingCollection<CalculatedField> NamedItemCollection<CalculatedField> CalculatedFieldCollection
See Also