Skip to main content
All docs
V23.2

ChooseConnectionPage<TModel> Properties

Provides a presenter to the Select a Data Connection page of the Data Source Wizard.
Name Description
DataSourceWizardSettings
FinishEnabled Specifies whether or not the Finish button is enabled on the current wizard page. Inherited from ChooseConnectionPageBase<TModel>.
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 or not the Next button is enabled on the current wizard page. Inherited from ChooseConnectionPageBase<TModel>.
PageContent Provides access to the content of a wizard page. Inherited from WizardPageBase<TView, TModel>.
See Also