Skip to main content

EFWizardOptions Enum

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

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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:

See Also