Skip to main content

EFWizardSettings Class

Contains settings used to customize the Entity Framework pages of the 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 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