Skip to main content
All docs
V18.2

EFWizardSettings.CustomAssemblyBehavior Property

OBSOLETE

This API member is no longer used. To learn more, see https://www.devexpress.com/bcid=BC3872.

For internal use.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[Obsolete("This API member is no longer used. To learn more, see https://www.devexpress.com/bcid=BC3872.")]
[Browsable(false)]
public CustomAssemblyBehavior CustomAssemblyBehavior { get; set; }

Property Value

Type
CustomAssemblyBehavior

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CustomAssemblyBehavior
Cross-Platform Class Library DataSourceWizardSettings
.EFWizardSettings.CustomAssemblyBehavior
WinForms Controls DataSourceWizardOptions
.EFWizardSettings.CustomAssemblyBehavior
Dashboard DashboardDesignerDataSourceWizardSettings
.EFWizardSettings.CustomAssemblyBehavior
See Also