Skip to main content
All docs
V24.1

ChooseEFConnectionStringPage.ShouldSaveConnectionString Property

Specifies whether to save the connection string to the dedicated storage.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v24.1.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty]
public virtual bool ShouldSaveConnectionString { get; set; }

Property Value

Type Description
Boolean

true if the connection string can be saved to the storage; otherwise, false.

See Also