Skip to main content

SaveConnectionPageView.ShouldSaveCredentials Property

Gets whether to save the user credentials along with the connection string.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

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

NuGet Package: DevExpress.DataAccess.UI

Declaration

public bool ShouldSaveCredentials { get; }

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 SaveConnectionPageView.SetConnectionUsesServerAuth).

See Also