Skip to main content

ChooseConnectionPageBase<TModel> Properties

Serves as the base for classes that provide presenters to the Data Source Wizard pages.
Name Description
FinishEnabled Specifies whether or not the Finish button is enabled on the current 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 or not the Next button is enabled on the current wizard page.
PageContent Provides access to the content of a wizard page. Inherited from WizardPageBase<TView, TModel>.
See Also