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.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
Declaration
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 |
|
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.