Skip to main content
A newer version of this page is available. .

ChooseEFContextPageView(EFWizardOptions) Constructor

Initializes a new instance of the ChooseEFContextPageView class with the specified settings.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public ChooseEFContextPageView(
    EFWizardOptions options
)

Parameters

Name Type Description
options EFWizardOptions

An EFWizardOptions enumeration value.

See Also