Skip to main content
All docs
V18.2

EditConnectionContext.Options Property

Specifies the options to customize the Entity Framework Data Source Wizard.

Namespace: DevExpress.DataAccess.UI.EntityFramework

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

Declaration

public EFWizardOptions Options { get; set; }

Property Value

Type Description
EFWizardOptions

An EFWizardOptions enumeration value.

Available values:

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.

See Also