Skip to main content

SaveConnectionPage.CanSaveConnectionString 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

public virtual bool CanSaveConnectionString { get; protected set; }

Property Value

Type Description
Boolean

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

Remarks

If the connection string can be saved to the storage, the dedicated check box and editor with the connection name are visible on a wizard page. The SaveConnectionPage.ShouldSaveConnectionString property specifies whether to save the connection string.

See Also