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

EFWizardOptions Enum

Lists the options available to customize the Entity Framework pages of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

[Flags]
public enum EFWizardOptions

Members

Name Description
None

No options are applied to the Entity Framework Data Source wizard.

ShowBrowseButton

The Entity Framework Data Source wizard enables end-users to load a data context from a custom assembly by clicking the Browse… button.

Related API Members

The following properties accept/return EFWizardOptions values:

Library Related API Members
Cross-Platform Class Library EditFiltersContext.Options
WinForms Controls EditFiltersContext.Options

See Also