ChooseConnectionPage Properties
Provides a view for the Select a Data Connection page of the Data Source Wizard in WPF applications.| Name | Description |
|---|---|
| AllowCreateNewConnection | Specifies whether new data connections can be created on the wizard page. |
| AvailableConnections | Returns the list of data connection names displayed on the wizard page. |
| Description | Specifies the description of the current wizard page. |
| IsInDesignMode static | Gets whether design-time mode is active. Inherited from ViewModelBase. |
| SelectedConnection | Specifies the name of the connection selected from the list of available connections. |
| ShouldCreateNewConnection | Specifies whether to create a new data connection or use an existing one from the list. |
| UseCustomFooter | Inherited from WizardPageBase. |
See Also