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.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
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