Skip to main content
A newer version of this page is available. .

EFWizardSettings.ShowBrowseButton Property

Specifies whether or not the Browse button is displayed on the Select the Data Context wizard page. This button enables end-users to select a data context from a custom assembly.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

[DefaultValue(false)]
public bool ShowBrowseButton { get; set; }

Property Value

Type Default Description
Boolean **false**

true to enable end-users to load custom assemblies using the wizard; otherwise false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowBrowseButton
Cross-Platform Class Library DataSourceWizardSettings
.EFWizardSettings .ShowBrowseButton
WinForms Controls DataSourceWizardOptions
.EFWizardSettings .ShowBrowseButton
Dashboard DashboardDesignerDataSourceWizardSettings
.EFWizardSettings .ShowBrowseButton

Remarks

The following image illustrates the Select the Data Context wizard page with the Browse button displayed.

how-to-ef-datasource03

See Also