Back to Devexpress

EFWizardOptions Enum

corelibraries-devexpress-dot-dataaccess-dot-wizard-4cf714d1.md

latest1.4 KB
Original Source

EFWizardOptions Enum

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

Namespace : DevExpress.DataAccess.Wizard

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Flags]
public enum EFWizardOptions
vb
<Flags>
Public Enum EFWizardOptions

Members

NameDescription
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.

|

The following properties accept/return EFWizardOptions values:

See Also

ToEFWizardOptions()

DevExpress.DataAccess.Wizard Namespace