Skip to main content
All docs
V23.2

ChooseEFConnectionStringPage.CanSaveToStorage Property

Sets whether the connection string can be saved to the dedicated storage.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.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