DashboardFederationDataSource.CalculatedFields Property
Provides access to a data source’s calculated fields.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
CalculatedFieldCollection | A CalculatedFieldCollection object containing calculated fields. |
Remarks
For more information, review the following topics:
- Calculated Fields - Overview
- WinForms Designer - Creating Calculated Fields
- Web Dashboard - Creating Calculated Fields
Implements
See Also