IDashboardFederationDataSourceModel.CalculatedFields Property
In This Article
Gets a data source’s calculated fields.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
Dictionary<CalculatedField, bool> CalculatedFields { get; }
#Property Value
Type | Description |
---|---|
Dictionary<Calculated |
A calculated field collection. |
See Also