Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.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:

Object Type Path to ShowBrowseButton
DataSourceWizardSettings
.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