Skip to main content
A newer version of this page is available. .

SaveConnectionPage.ShouldSaveCredentials Property

Specifies whether or not to save the user credentials along with the connection string.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public virtual bool ShouldSaveCredentials { get; set; }

Property Value

Type Description
Boolean

true, to save the user credentials; otherwise, false.

Remarks

This property is in effect only if the data connection uses server authentication (see SaveConnectionPage.CanSaveCredentials).

See Also