SpreadsheetCustomAssemblyBehavior Enum
Lists actions which can be performed in response to a request for loading a custom assembly for the Entity Framework Data Source.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
| Name | Description |
|---|---|
Prompt
|
Decide whether to load each custom assembly. Raise the CustomAssemblyLoading event and check the arguments. If the event is not handled - query the notification service. Cancel loading if neither event nor service provide a response. |
LoadSilently
|
Custom assemblies can be loaded without notice. |
NeverLoad
|
No custom assembly can ever be loaded. |
Related API Members
The following properties accept/return SpreadsheetCustomAssemblyBehavior values:
| Library | Related API Members |
|---|---|
| WinForms Controls | SpreadsheetDataSourceWizardOptions.CustomAssemblyBehavior |
| Office File API | SpreadsheetDataSourceLoadingOptions.CustomAssemblyBehavior |