Back to Devexpress

ChooseXPObjectSourceEntityTypePage Class

wpf-devexpress-dot-xpf-dot-dataaccess-dot-datasourcewizard-3687ccc5.md

latest3.6 KB
Original Source

ChooseXPObjectSourceEntityTypePage Class

Provides a view for the Choose an Entity Type 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 ChooseXPObjectSourceEntityTypePage :
    WizardPageBase,
    IChooseXPObjectSourceEntityTypePageView
vb
<POCOViewModel>
Public Class ChooseXPObjectSourceEntityTypePage
    Inherits WizardPageBase
    Implements IChooseXPObjectSourceEntityTypePageView

Remarks

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

PlatformPage View
WinFormsChooseXPObjectSourceEntityTypePageView
WPFChooseXPObjectSourceEntityTypePage

This view routes user commands to the ChooseXPObjectSourceEntityTypePage<TModel> presenter. To learn more, see Data Source Wizard Pages.

You can create a descendant of this class or implement the IChooseXPObjectSourceEntityTypePageView interface to customize the Choose an Entity Type wizard page. Refer to Wizard Customization Overview for information on how to provide this customization.

Inheritance

Object BindableBase ViewModelBase WizardPageBase ChooseXPObjectSourceEntityTypePage

See Also

ChooseXPObjectSourceEntityTypePage Members

IChooseXPObjectSourceEntityTypePageView

ChooseXPObjectSourceEntityTypePage<TModel>

DevExpress.Xpf.DataAccess.DataSourceWizard Namespace