Skip to main content
All docs
V23.2

ConfigureFederationCalculatedFieldsPage<TModel> Properties

Supplies a presenter to the Select calculated fields… page of the Data Source wizard.
Name Description
FinishEnabled Specifies whether the Finish button is enabled on the Select calculated fields… wizard page.
Model Provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. Inherited from WizardPageBase<TView, TModel>.
MoveNextEnabled Specifies whether of not the Next button is enabled on a wizard page. Inherited from WizardPageBase<TView, TModel>.
PageContent Provides access to the content of a wizard page. Inherited from WizardPageBase<TView, TModel>.
See Also