EFWizardSettings.ShowBrowseButton Property
In This Article
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
#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 Show |
---|---|
Data |
|
#Remarks
The following image illustrates the Select the Data Context wizard page with the Browse button displayed.
See Also