Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

public enum SpreadsheetCustomAssemblyBehavior

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

See Also