Back to Devexpress

SpreadsheetCustomAssemblyBehavior Enum

officefileapi-devexpress-dot-xtraspreadsheet-467ab937.md

latest1.8 KB
Original Source

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.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum SpreadsheetCustomAssemblyBehavior
vb
Public Enum SpreadsheetCustomAssemblyBehavior

Members

NameDescription
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:

LibraryRelated API Members
WinForms ControlsSpreadsheetDataSourceWizardOptions.CustomAssemblyBehavior
Office File APISpreadsheetDataSourceLoadingOptions.CustomAssemblyBehavior

See Also

DevExpress.XtraSpreadsheet Namespace