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

EditFiltersContext.Options Property

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

public EFWizardOptions Options { get; set; }

Property Value

Type Description
EFWizardOptions

One or more EFWizardOptions enumeration values.

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