Skip to main content

EditFiltersContext.Options Property

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

Namespace: DevExpress.DataAccess.UI.EntityFramework

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

NuGet Package: DevExpress.DataAccess.UI

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