EFWizardSettings Class
In This Article
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
#Related API Members
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.
To assign these settings to the corresponding SqlWizardOptions enumeration values, use the EFWizardSettings.ToEFWizardOptions method.
See Also