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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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.
Inheritance
Object
EFWizardSettings
See Also