Skip to main content
All docs
V25.1
  • ConfigureFederationCalculatedFieldsPageView Class

    Contains a view for the Select calculated fields… page of the Data Source wizard.

    Namespace: DevExpress.DashboardWin.DataSourceWizard

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    public class ConfigureFederationCalculatedFieldsPageView :
        WizardViewBase,
        IConfigureFederationCalculatedFieldsPageView

    Remarks

    The following image illustrates this wizard page:

    data source browser copy calculated fields page

    The ConfigureFederationCalculatedFieldsPageView view routes user commands to the ConfigureFederationCalculatedFieldsPage<TModel> presenter.

    See Also