ConfigureFederationCalculatedFieldsPage<TModel> Class
In This Article
Supplies a presenter to the Select calculated fields… page of the Data Source wizard.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.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:
The CreateExtractDataSourcePage
presenter is associated with the ConfigureFederationCalculatedFieldsPageView
objects that implement the IConfigureFederationCalculatedFieldsPageView interface.
#Inheritance
Object
WizardPageBase<IConfigureFederationCalculatedFieldsPageView, TModel>
ConfigureFederationCalculatedFieldsPage<TModel>
See Also