Skip to main content
All docs
V25.1
  • ConfigureFederationCalculatedFieldsPage<TModel> Class

    Supplies a presenter to the Select calculated fields… page of the Data Source wizard.

    Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    public class ConfigureFederationCalculatedFieldsPage<TModel> :
        WizardPageBase<IConfigureFederationCalculatedFieldsPageView, TModel>
        where TModel : class, IDashboardFederationDataSourceModel

    Type Parameters

    Name Description
    TModel

    A data source model type.

    Remarks

    The following image illustrates this wizard page:

    data source browser copy calculated fields page

    The CreateExtractDataSourcePage presenter is associated with the ConfigureFederationCalculatedFieldsPageView objects that implement the IConfigureFederationCalculatedFieldsPageView interface.

    Inheritance

    Object
    WizardPageBase<IConfigureFederationCalculatedFieldsPageView, TModel>
    ConfigureFederationCalculatedFieldsPage<TModel>
    See Also