WizardPageBase<TView, TModel> Properties
The base for classes providing functionality to Data Source Wizard pages.Name | Description |
---|---|
FinishEnabled | Specifies whether or not the Finish button is enabled on a wizard page. |
Model | Provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. |
MoveNextEnabled | Specifies whether of not the Next button is enabled on a wizard page. |
PageContent | Provides access to the content of a wizard page. |
See Also