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

DataSourceWizardSettings.EFWizardSettings Property

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public EFWizardSettings EFWizardSettings { get; set; }

Property Value

Type Description
EFWizardSettings

An EFWizardSettings object.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EFWizardSettings
WinForms Controls SnapControlOptions
.DataSourceWizardOptions .EFWizardSettings
WPF Controls ReportDesigner
.DataSourceWizardSettings .EFWizardSettings
ReportDesignerBase
.DataSourceWizardSettings .EFWizardSettings
Reporting XRDesignMdiController
.DataSourceWizardSettings .EFWizardSettings
Dashboard DashboardDesigner
.DataSourceWizard .EFWizardSettings

Remarks

To define whether or not your end-users are allowed to load a data context from a custom assembly in the Entity Framework Data Source wizard, use the EFWizardSettings.ShowBrowseButton property. This option is disabled by default.

See Also