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

EFWizardSettings Class

Contains settings used to customize the Entity Framework pages of the Data Source Wizard.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class EFWizardSettings

The following members return EFWizardSettings objects:

Remarks

When creating an End-User Reporting application, the settings provided by the EFWizardSettings class can be customized using the Property Grid.

ef-wizard-settings-property-grid-visual-studio-report-designer

To assign these settings to the corresponding SqlWizardOptions enumeration values, use the EFWizardSettings.ToEFWizardOptions method.

Inheritance

Object
EFWizardSettings
See Also