Back to Devexpress

ChooseEFDataMemberPageView Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-views-6c79f905.md

latest3.2 KB
Original Source

ChooseEFDataMemberPageView Class

Provides a view for the Select a Data Member page of the Data Source Wizard in WinForms applications.

Namespace : DevExpress.DataAccess.UI.Wizard.Views

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
public class ChooseEFDataMemberPageView :
    WizardViewBase,
    IChooseEFDataMemberPageView
vb
Public Class ChooseEFDataMemberPageView
    Inherits WizardViewBase
    Implements IChooseEFDataMemberPageView

Remarks

This view routes user commands to the ChooseEFDataMemberPage<TModel> presenter.

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

PlatformPage View
WinFormsChooseEFDataMemberPageView
WPFChooseEFDataMemberPage

To learn more, see Page Views and Presenters.

Implements

IXtraResizableControl

Inheritance

Object MarshalByRefObject Component Control ScrollableControl ContainerControl UserControl XtraUserControl WizardViewBase ChooseEFDataMemberPageView

See Also

ChooseEFDataMemberPageView Members

IChooseEFDataMemberPageView

ChooseEFDataMemberPage<TModel>

DevExpress.DataAccess.UI.Wizard.Views Namespace