Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EFWizardSettings Class

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

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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