windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-c1f938c5.md
Provides a view for the Select a Data Source Constructor page of the Data Source Wizard in WinForms applications.
Namespace : DevExpress.DataAccess.UI.Wizard.Views
Assembly : DevExpress.DataAccess.v25.2.UI.dll
NuGet Package : DevExpress.DataAccess.UI
public class ChooseObjectConstructorPageView :
WizardViewBase,
IChooseObjectConstructorPageView
Public Class ChooseObjectConstructorPageView
Inherits WizardViewBase
Implements IChooseObjectConstructorPageView
Depending on the target platform of your application, the following classes provide default implementations of the IChooseObjectConstructorPageView interface.
|
Platform
|
Page View
| | --- | --- | |
WinForms
|
ChooseObjectConstructorPageView
ChooseObjectConstructorPageViewEx
| |
WPF
|
|
These views route user commands to the ChooseObjectConstructorPage<TModel> presenter.
To learn more, see Page Views and Presenters.
Show 11 items
Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseObjectConstructorPageView ChooseObjectConstructorPageViewEx
See Also
ChooseObjectConstructorPageView Members
IChooseObjectConstructorPageView