Back to Devexpress

IChooseObjectTypePageView Interface

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-views-992a7f66.md

latest2.0 KB
Original Source

IChooseObjectTypePageView Interface

If implemented, provides a view for the Select a Data Source Type 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 IChooseObjectTypePageView
vb
Public Interface IChooseObjectTypePageView

Remarks

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

PlatformPage View
WinFormsChooseObjectTypePageView
WPFChooseObjectTypePage

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

To learn more, see Page Views and Presenters.

See Also

IChooseObjectTypePageView Members

ChooseObjectTypePage<TModel>

DevExpress.DataAccess.Wizard.Views Namespace