EditFiltersContext.Options Property
Specifies the options to customize the Entity Framework Data Source Wizard.
Namespace: DevExpress.DataAccess.UI.EntityFramework
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
Property Value
Type | Description |
---|---|
EFWizardOptions | One or more EFWizardOptions enumeration values. |
Available values:
Name | Description |
---|---|
None | No options are applied to the Entity Framework Data Source wizard. |
ShowBrowseButton | The Entity Framework Data Source wizard enables end-users to load a data context from a custom assembly by clicking the Browse… button. |
See Also