Skip to main content

DataSourceWizardSettings.EFWizardSettings Property

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

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
Cross-Platform Class Library ChooseConnectionPage<TModel>
.DataSourceWizardSettings .EFWizardSettings
ConnectionPropertiesPage<TModel>
.DataSourceWizardSettings .EFWizardSettings
WPF Controls ReportDesignerBase
.DataSourceWizardSettings .EFWizardSettings
.NET Reporting Tools XRDesignMdiController
.DataSourceWizardSettings .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