Skip to main content

SaveConnectionPage.CanSaveCredentials Property

Sets whether the user credentials can be saved.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public virtual bool CanSaveCredentials { get; protected set; }

Property Value

Type Description
Boolean

true, if the data connection uses server authentication; otherwise, false.

Remarks

If the data connection uses server authentication, the wizard page contains the dedicated radio group, which allows choosing whether to save the user credentials along with the connection string (the SaveConnectionPage.ShouldSaveCredentials property).

See Also