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

SqlWizardSettings.AlwaysSaveCredentials Property

Gets or sets whether or not user credential will be automatically saved.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

[DefaultValue(false)]
[Browsable(false)]
public bool AlwaysSaveCredentials { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AlwaysSaveCredentials
Cross-Platform Class Library DataSourceWizardSettings
.SqlWizardSettings.AlwaysSaveCredentials
WinForms Controls DataSourceWizardOptions
.SqlWizardSettings.AlwaysSaveCredentials
Dashboard DashboardDesigner
.DataSourceWizardSettings.AlwaysSaveCredentials
DashboardDesignerDataSourceWizardSettings
.SqlWizardSettings.AlwaysSaveCredentials

Remarks

If the AlwaysSaveCredentials property is set to true, the following Data Source wizard page will be skipped.

DataSourceWizard_SaveConnectionString

See Also