Back to Devexpress

ChooseObjectMemberPage Class

wpf-devexpress-dot-xpf-dot-dataaccess-dot-datasourcewizard-9c78de71.md

latest2.7 KB
Original Source

ChooseObjectMemberPage Class

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

Namespace : DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package : DevExpress.Wpf.Reporting

Declaration

csharp
[POCOViewModel]
public class ChooseObjectMemberPage :
    WizardPageBase,
    IChooseObjectMemberPageView
vb
<POCOViewModel>
Public Class ChooseObjectMemberPage
    Inherits WizardPageBase
    Implements IChooseObjectMemberPageView

Remarks

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

PlatformPage View
WinFormsChooseObjectMemberPageView
WPFChooseObjectMemberPage

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

To learn more, see Data Source Wizard Pages.

Inheritance

Object BindableBase ViewModelBase WizardPageBase ChooseObjectMemberPage

See Also

ChooseObjectMemberPage Members

IChooseObjectMemberPageView

ChooseObjectMemberPage<TModel>

DevExpress.Xpf.DataAccess.DataSourceWizard Namespace