Skip to main content

ChooseEFContextPageView(EFWizardOptions) Constructor

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

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public ChooseEFContextPageView(
    EFWizardOptions options
)

Parameters

Name Type Description
options EFWizardOptions

An EFWizardOptions enumeration value.

See Also