Namespace:DevExpress.DataAccess.UI.Wizard.Views
Assembly:DevExpress.DataAccess.v19.2.UI.dll

Syntax
C# |
public class ChooseObjectTypePageView : WizardViewBase, IChooseObjectTypePageView
|
VB |
Public Class ChooseObjectTypePageView Inherits WizardViewBase, IChooseObjectTypePageView
|

Remarks
Depending on the target platform of your application, the following classes provide default implementations of the DevExpress.DataAccess.Wizard.Views.IChooseObjectTypePageView interface.
These views route user commands to the DevExpress.DataAccess.Wizard.Presenters.ChooseObjectTypePage<TModel> presenter.
To learn more, see Page Views and Presenters.

Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
XtraUserControl
WizardViewBase
ChooseObjectTypePageView

See Also