Back to Devexpress

EFWizardSettings Class

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-4fabb4df.md

latest2.0 KB
Original Source

EFWizardSettings Class

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

Namespace : DevExpress.DataAccess.UI.Wizard

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class EFWizardSettings
vb
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.

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

Inheritance

Object EFWizardSettings

See Also

EFWizardSettings Members

ToEFWizardOptions()

DevExpress.DataAccess.UI.Wizard Namespace