Skip to main content
A newer version of this page is available. .

ChooseEFContextPage.CanBrowseForAssembly Property

Specifies whether or not the capability to load a custom assembly is provided in the Report Wizard.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public bool CanBrowseForAssembly { get; }

Property Value

Type Description
Boolean

true, if the EFWizardSettings.ShowBrowseButton property is enabled; otherwise, false.

Remarks

To access the EFWizardSettings object that defines the Entity Framework data source settings, use the ViewModelSourceIntegrityContainer class.

To learn more, see Wizard Customization Overview.

See Also