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

Syntax
C# |
public class ChooseXPObjectSourceEntityTypePageView : WizardViewBase, IChooseXPObjectSourceEntityTypePageView
|
VB |
Public Class ChooseXPObjectSourceEntityTypePageView Inherits WizardViewBase, IChooseXPObjectSourceEntityTypePageView
|

Remarks
Depending on the target platform of your application, the following classes provide default implementations of the DevExpress.DataAccess.Wizard.Views.IChooseXPObjectSourceEntityTypePageView interface.
These views route user commands to the DevExpress.DataAccess.Wizard.Presenters.ChooseXPObjectSourceEntityTypePage<TModel> presenter. To learn more, see Page Views and Presenters.
You can create a descendant of this class or implement the DevExpress.DataAccess.Wizard.Views.IChooseXPObjectSourceEntityTypePageView interface to customize the Choose an Entity Type wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

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
ChooseXPObjectSourceEntityTypePageView

See Also