Skip to main content
All docs
V24.1

ChooseEFConnectionStringPage.CanSaveToStorage Property

Sets whether the connection string can be saved 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 CanSaveToStorage { get; protected set; }

Property Value

Type Description
Boolean

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

See Also