SpreadsheetDataSourceWizardOptions.CustomAssemblyBehavior Property
Enables you to specify whether the Data Source Wizard can load a custom assembly containing the Entity Framework data context during mail merge.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
[DefaultValue(SpreadsheetCustomAssemblyBehavior.Prompt)]
public SpreadsheetCustomAssemblyBehavior CustomAssemblyBehavior { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Spreadsheet |
Prompt | A Spreadsheet |
Available values:
Name | Description |
---|---|
Prompt | Decide whether to load each custom assembly. Raise the Custom |
Load |
Custom assemblies can be loaded without notice. |
Never |
No custom assembly can ever be loaded. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Custom |
---|---|
Spreadsheet |
|
#Remarks
Tip
Use the Spreadsheet