Back to Devexpress

EFWizardSettings.ShowBrowseButton Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-efwizardsettings.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[DefaultValue(false)]
public bool ShowBrowseButton { get; set; }
vb
<DefaultValue(False)>
Public Property ShowBrowseButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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 TypePath to ShowBrowseButton
DataSourceWizardSettings

.EFWizardSettings .ShowBrowseButton

|

Remarks

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

See Also

Data Access Security in WinForms Applications

Data Access Security in WPF Applications

EFWizardSettings Class

EFWizardSettings Members

DevExpress.DataAccess.UI.Wizard Namespace