officefileapi-devexpress-dot-xtraspreadsheet-467ab937.md
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.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public enum SpreadsheetCustomAssemblyBehavior
Public Enum SpreadsheetCustomAssemblyBehavior
| 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.
|
The following properties accept/return SpreadsheetCustomAssemblyBehavior values:
| Library | Related API Members |
|---|---|
| WinForms Controls | SpreadsheetDataSourceWizardOptions.CustomAssemblyBehavior |
| Office File API | SpreadsheetDataSourceLoadingOptions.CustomAssemblyBehavior |
See Also