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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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 ShowBrowseButton |
---|---|
DataSourceWizardSettings |
|
Remarks
The following image illustrates the Select the Data Context wizard page with the Browse button displayed.
See Also