Skip to main content

ChooseEFContextPage.CanBrowseForAssembly Property

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

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