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

Syntax
C# |
public class ChooseObjectBindingModePageView : WizardViewBase, IChooseObjectBindingModePageView
|
VB |
Public Class ChooseObjectBindingModePageView Inherits WizardViewBase, IChooseObjectBindingModePageView
|

Remarks
Depending on the target platform of your application, the following classes provide default implementations of the DevExpress.DataAccess.Wizard.Views.IChooseObjectBindingModePageView interface.
These views route user commands to the DevExpress.DataAccess.Wizard.Presenters.ChooseObjectBindingModePage<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
ChooseObjectBindingModePageView

See Also