Skip to main content
All docs
V25.1
  • DashboardJsonDataSource.CalculatedFields Property

    Provides access to a data source’s calculated fields.

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public CalculatedFieldCollection CalculatedFields { get; }

    Property Value

    Type Description
    CalculatedFieldCollection

    A CalculatedFieldCollection object containing calculated fields.

    Implements

    See Also