Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Spreadsheet.Core

#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