Back to Devexpress

IChooseObjectBindingModePageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-31daa9cf.md

latest2.1 KB
Original Source

IChooseObjectBindingModePageView Interface

If implemented, provides a view for the Select the Data Binding Mode page of the Data Source Wizard.

Namespace : DevExpress.DataAccess.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public interface IChooseObjectBindingModePageView
vb
Public Interface IChooseObjectBindingModePageView

Remarks

Depending on the target platform of your application, the following classes provide default implementations of the IChooseObjectBindingModePageView interface.

PlatformPage View
WinFormsChooseObjectBindingModePageView
WPFChooseObjectBindingModePage

These views route user commands to the ChooseObjectBindingModePage<TModel> presenter.

To learn more, see Page Views and Presenters.

See Also

IChooseObjectBindingModePageView Members

ChooseObjectBindingModePage<TModel>

DevExpress.DataAccess.Wizard.Views Namespace