Skip to main content

SpreadsheetDataSourceWizardOptions.ShowEFWizardBrowseButton Property

Gets or sets a value indicating whether the Browse… button is displayed on the Data Source Wizard page, which allows an end-user to select the required Entity Framework data context.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

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

Property Value

Type Default Description
Boolean false

true, to show the Browse… button on the “Choose a data context” page; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowEFWizardBrowseButton
SpreadsheetControlOptions
.DataSourceWizard .ShowEFWizardBrowseButton

Remarks

When the ShowEFWizardBrowseButton option is enabled, the Browse… button becomes available in the Data Source Wizard to launch the Open dialog which allows an end-user to load a custom assembly containing the Entity Framework compiled data model. This button is invisible by default, because loading custom data assemblies is forbidden for security reasons.

Spreadsheet_DataSourceWizard_EFBrowseButton

See Also